summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-23 11:58:39 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-23 11:58:39 +0100
commitf45abe6fadf11e9f307d78b572377adc3b0d384e (patch)
treeed9932c90198068332e059d18a7980a7e210643e /src/common/cfgfiles.c
parent67ef819ebced1e46874b60abaef5876444585684 (diff)
Revert "add option to auto-open a new tab when sending /msg (openSUSE)", /query msg is already there for that
This reverts commit 1e74680172e4ff43fb109557bea87d090d8376c2.
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index c3dcb347..2aad854a 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -423,7 +423,6 @@ const struct prefs vars[] = {
 
 	{"gui_auto_open_chat", P_OFFINT (autoopendccchatwindow), TYPE_BOOL},
 	{"gui_auto_open_dialog", P_OFFINT (autodialog), TYPE_BOOL},
-	{"gui_auto_open_msg", P_OFFINT (gui_auto_open_msg), TYPE_BOOL},
 	{"gui_auto_open_recv", P_OFFINT (autoopendccrecvwindow), TYPE_BOOL},
 	{"gui_auto_open_send", P_OFFINT (autoopendccsendwindow), TYPE_BOOL},
 	{"gui_dialog_height", P_OFFINT (dialog_height), TYPE_INT},