diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/client.h b/src/client.h index b83c069e4..28dc27e75 100644 --- a/src/client.h +++ b/src/client.h @@ -198,30 +198,16 @@ private: void initTitle(); - void initConfiguration() const; - - void initServerConfig(const std::string &serverName); - static void initFeatures(); -#ifndef ANDROID - void storeSafeParameters() const; -#endif - - void backupConfig() const; - void gameClear(); void testsClear(); static void logVars(); - static void checkConfigVersion(); - void setIcon(); - static Client *mInstance; - static void setEnv(const char *const name, const char *const value); #ifdef ANDROID |