(svn r24209) -Cleanup: Remove now unused SGF_NOCOMMA value.

This commit is contained in:
alberth
2012-05-06 15:00:13 +00:00
parent b5981bca90
commit 8c585e5ad6
2 changed files with 1 additions and 5 deletions

View File

@@ -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