diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-03 22:13:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-03 22:13:28 +0300 |
commit | 527d9d1aea2b840e98dd0976f7bd3426703a886a (patch) | |
tree | b08af3a0162083b5208ada49e98b2d4a81e93230 /src/client.h | |
parent | 8f7f5129c39107aca1e5166be91940cdc073bb8e (diff) | |
download | plus-527d9d1aea2b840e98dd0976f7bd3426703a886a.tar.gz plus-527d9d1aea2b840e98dd0976f7bd3426703a886a.tar.bz2 plus-527d9d1aea2b840e98dd0976f7bd3426703a886a.tar.xz plus-527d9d1aea2b840e98dd0976f7bd3426703a886a.zip |
Fix compilation for Android with SDL2.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client.h b/src/client.h index 29dca9ad7..06c261eb2 100644 --- a/src/client.h +++ b/src/client.h @@ -120,12 +120,6 @@ class Client final : public ConfigListener, static void logVars(); -#ifdef ANDROID -#ifdef USE_SDL2 - static void extractAssets(); -#endif -#endif - ServerInfo mCurrentServer; Game *mGame; |