diff options
-rw-r--r-- | src/common/cfgfiles.c | 1 | ||||
-rw-r--r-- | src/common/xchat.h | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 73b3f7eb..c5dc3f69 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -707,7 +707,6 @@ load_config (void) prefs.hex_text_tint_red = prefs.hex_text_tint_green = prefs.hex_text_tint_blue = 195; - prefs.auto_indent = 1; prefs.hex_text_max_indent = 256; prefs.hex_text_show_sep = 1; prefs.hex_dcc_blocksize = 1024; diff --git a/src/common/xchat.h b/src/common/xchat.h index 8438071a..5ee91d1e 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -308,12 +308,11 @@ struct hexchatprefs unsigned int hex_url_grabber; unsigned int hex_url_logging; - /* these are the legacy variables */ + /* these are the private variables */ guint32 local_ip; guint32 dcc_ip; - unsigned int auto_indent; - unsigned int wait_on_exit; + unsigned int wait_on_exit; /* wait for logs to be flushed to disk IF we're connected */ unsigned int utf8_locale; /* Tells us if we need to save, only when they've been edited. |