diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-27 23:36:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-27 23:36:53 +0300 |
commit | b2e94802333247f64369c1164215d26583abda20 (patch) | |
tree | 1721dc1f97f6c27f8b3d2bcae81a854573a281c5 /src/client.h | |
parent | 610b13d188cd3faf99b971eea58594b336a57edd (diff) | |
download | plus-b2e94802333247f64369c1164215d26583abda20.tar.gz plus-b2e94802333247f64369c1164215d26583abda20.tar.bz2 plus-b2e94802333247f64369c1164215d26583abda20.tar.xz plus-b2e94802333247f64369c1164215d26583abda20.zip |
Move environment functions into separate file.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.h b/src/client.h index 791425ae5..880a11fb7 100644 --- a/src/client.h +++ b/src/client.h @@ -97,8 +97,6 @@ class Client final : public ConfigListener, void slowLogic(); - static void setEnv(const char *const name, const char *const value); - private: void initSoundManager(); @@ -106,8 +104,6 @@ class Client final : public ConfigListener, static void initGraphics(); - static void updateEnv(); - static void initFeatures(); void gameClear(); |