summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-29 13:31:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-29 13:31:44 +0300
commit0ca0a5277ebd8b759367705457fb4dd018759263 (patch)
treec072864fdf2fdeaee559c319f69f5e18610c74dc /src/client.h
parent38aea9a883ec792d49bee91bfcec5468c15eff7a (diff)
downloadManaVerse-0ca0a5277ebd8b759367705457fb4dd018759263.tar.gz
ManaVerse-0ca0a5277ebd8b759367705457fb4dd018759263.tar.bz2
ManaVerse-0ca0a5277ebd8b759367705457fb4dd018759263.tar.xz
ManaVerse-0ca0a5277ebd8b759367705457fb4dd018759263.zip
Move some other vars from client into settings.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.h b/src/client.h
index e2e5a84de..7fb34b98e 100644
--- a/src/client.h
+++ b/src/client.h
@@ -256,9 +256,6 @@ private:
#endif
#endif
- std::string mRootDir;
- std::string mLogFileName;
-
ServerInfo mCurrentServer;
Game *mGame;
@@ -280,7 +277,6 @@ private:
SDL_Surface *mIcon;
- std::string mCaption;
FPSmanager mFpsManager;
Skin *mSkin;
float mGuiAlpha;