From ae32d158cbfc28faa48095025a2e65b00dae1d3b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 24 Aug 2008 13:50:31 +0000 Subject: (svn r14153) -Codechange: split ini file reading/saving from settings.cpp. --- src/settings_internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/settings_internal.h') 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); -- cgit v1.2.3-54-g00ecf