diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 08:43:57 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 08:43:57 +0200 |
commit | cbd72ff4554faadd8552d61cd85241cf3565847b (patch) | |
tree | 1229692a8ca3c2ce92ed42f16808406535814d9f /src/common/xchat.h | |
parent | dbef9c9eb419d756d8e2b7db880467e881d8943d (diff) |
Get rid of auto_save, we always want to save
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index d9a64d68..ba83c1b1 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -208,7 +208,6 @@ struct xchatprefs unsigned int mainwindow_save; unsigned int perc_color; unsigned int perc_ascii; - unsigned int autosave; unsigned int autodialog; unsigned int autosave_url; unsigned int autoreconnect; |