summaryrefslogtreecommitdiff
path: root/src/settings_internal.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-05-06 15:00:13 +0000
committeralberth <alberth@openttd.org>2012-05-06 15:00:13 +0000
commit8c585e5ad6d0d115c48fbc4f11a5a70f9f997f24 (patch)
tree3d5f8f96cc6c60d0ae9fa43cbfc767af822e4159 /src/settings_internal.h
parentb5981bca90b8296d3ab6f977c05e198e256fb166 (diff)
downloadopenttd-8c585e5ad6d0d115c48fbc4f11a5a70f9f997f24.tar.xz
(svn r24209) -Cleanup: Remove now unused SGF_NOCOMMA value.
Diffstat (limited to 'src/settings_internal.h')
-rw-r--r--src/settings_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings_internal.h b/src/settings_internal.h
index b6465bd3c..587366f3d 100644
--- a/src/settings_internal.h
+++ b/src/settings_internal.h
@@ -40,7 +40,6 @@ enum SettingGuiFlagLong {
* Flags directing saving/loading of a variable */
SGF_NONE = 0,
SGF_0ISDISABLED = 1 << 0, ///< a value of zero means the feature is disabled
- SGF_NOCOMMA = 1 << 1, ///< number without any thousand seperators (no formatting)
SGF_MULTISTRING = 1 << 2, ///< the value represents a limited number of string-options (internally integer)
SGF_NETWORK_ONLY = 1 << 3, ///< this setting only applies to network games
SGF_CURRENCY = 1 << 4, ///< the number represents money, so when reading value multiply by exchange rate