summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-04 14:38:15 +0000
committerrubidium <rubidium@openttd.org>2011-02-04 14:38:15 +0000
commit313c1bc171b5714f8eda6f5a7b46c1d53cb3e532 (patch)
tree1b1ec593702c36cc6d2cd614b26ddea914f254c3 /src/table
parent2ad1279725c08c98db9eaaceb684709f59a6650f (diff)
downloadopenttd-313c1bc171b5714f8eda6f5a7b46c1d53cb3e532.tar.xz
(svn r21955) -Cleanup: always show the long date in the status bar
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/table/settings.h b/src/table/settings.h
index b9c012fbf..08a2d6f9c 100644
--- a/src/table/settings.h
+++ b/src/table/settings.h
@@ -563,7 +563,6 @@ const SettingDesc _settings[] = {
SDTC_OMANY(gui.autosave, SLE_UINT8, S, 0, 1, 4, _autosave_interval, STR_NULL, NULL),
SDTC_BOOL(gui.threaded_saves, S, 0, true, STR_NULL, NULL),
SDTC_OMANY(gui.date_format_in_default_names,SLE_UINT8,S,MS, 0, 2, _savegame_date, STR_CONFIG_SETTING_DATE_FORMAT_IN_SAVE_NAMES, NULL),
- SDTC_BOOL(gui.status_long_date, S, 0, true, STR_CONFIG_SETTING_LONGDATE, NULL),
SDTC_BOOL(gui.show_finances, S, 0, true, STR_CONFIG_SETTING_SHOWFINANCES, NULL),
SDTC_BOOL(gui.autoscroll, S, 0, false, STR_CONFIG_SETTING_AUTOSCROLL, NULL),
SDTC_BOOL(gui.reverse_scroll, S, 0, false, STR_CONFIG_SETTING_REVERSE_SCROLLING, NULL),