Apparently, auto_indent is not needed anymore
This commit is contained in:
parent
0a511852fe
commit
107938971c
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue