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/common/xchat.h | |
parent | 0a511852fe359782c4379ae4e9042fccb59de8d8 (diff) |
Apparently, auto_indent is not needed anymore
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 5 |
1 files changed, 2 insertions, 3 deletions
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. |