From 77fe95f55270cf856cbd088182fd2ea617d48bf0 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 1 Oct 2010 16:42:28 +0000 Subject: (svn r20860) -Cleanup: remove some unused functions and variables --- src/settings.cpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index b3ef6e6c2..82ddb9a14 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1948,17 +1948,6 @@ static void LoadSettings(const SettingDesc *osd, void *object) } } -/** - * Loadhandler for a list of global variables - * @param sdg pointer for the global variable list SettingDescGlobVarList - * @note this is actually a stub for LoadSettings with the - * object pointer set to NULL - */ -static inline void LoadSettingsGlobList(const SettingDescGlobVarList *sdg) -{ - LoadSettings((const SettingDesc*)sdg, NULL); -} - /** * Save and load handler for settings * @param sd SettingDesc struct containing all information @@ -1982,16 +1971,6 @@ static void SaveSettings(const SettingDesc *sd, void *object) } } -/** - * Savehandler for a list of global variables - * @note this is actually a stub for SaveSettings with the - * object pointer set to NULL - */ -static inline void SaveSettingsGlobList(const SettingDescGlobVarList *sdg) -{ - SaveSettings((const SettingDesc*)sdg, NULL); -} - static void Load_OPTS() { /* Copy over default setting since some might not get loaded in -- cgit v1.2.3-54-g00ecf