diff options
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. |