summaryrefslogtreecommitdiff
path: root/src/settings_internal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-24 13:50:31 +0000
committerrubidium <rubidium@openttd.org>2008-08-24 13:50:31 +0000
commitae32d158cbfc28faa48095025a2e65b00dae1d3b (patch)
treed44ea07890a61b0fc47031372302b96429a3f73c /src/settings_internal.h
parenta4854aaddc68b8d06165052067254e997692c4b1 (diff)
downloadopenttd-ae32d158cbfc28faa48095025a2e65b00dae1d3b.tar.xz
(svn r14153) -Codechange: split ini file reading/saving from settings.cpp.
Diffstat (limited to 'src/settings_internal.h')
-rw-r--r--src/settings_internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/settings_internal.h b/src/settings_internal.h
index 547b7ae71..73357451c 100644
--- a/src/settings_internal.h
+++ b/src/settings_internal.h
@@ -78,11 +78,6 @@ struct SettingDesc {
* offset in a certain struct */
typedef SettingDesc SettingDescGlobVarList;
-enum IniGroupType {
- IGT_VARIABLES = 0, ///< values of the form "landscape = hilly"
- IGT_LIST = 1, ///< a list of values, seperated by \n and terminated by the next group block
-};
-
const SettingDesc *GetPatchFromName(const char *name, uint *i);
bool SetPatchValue(uint index, int32 value);
bool SetPatchValue(uint index, const char *value);