diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 16:09:11 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 16:09:11 +0200 |
commit | 107938971cd96b5cfdb6b26e2ce81f2d8a6bc224 (patch) | |
tree | e1eefbd02800b55665eded891dfdf2e0b2f3d81b /src | |
parent | 0a511852fe359782c4379ae4e9042fccb59de8d8 (diff) |
Apparently, auto_indent is not needed anymore
Diffstat (limited to 'src')
-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. |