diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-11-03 10:18:25 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-11-03 10:18:25 -0700 |
commit | acd557f9472c711fe92b9c158ec336abf688bf7b (patch) | |
tree | 2295d13589411ee88afe16f4997bea65b4ebba94 /src/main.cpp | |
parent | c60d3a98dbbb20621742bfd82bbaaa6b7085a8ae (diff) | |
download | mana-acd557f9472c711fe92b9c158ec336abf688bf7b.tar.gz mana-acd557f9472c711fe92b9c158ec336abf688bf7b.tar.bz2 mana-acd557f9472c711fe92b9c158ec336abf688bf7b.tar.xz mana-acd557f9472c711fe92b9c158ec336abf688bf7b.zip |
Remove more _SUPPORT ifdefs and do some cleanup
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.cpp b/src/main.cpp index ce1c9c9b..fc88a1d9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -123,12 +123,6 @@ namespace static const int defaultSfxVolume = 100; static const int defaultMusicVolume = 60; -/*#ifdef MANASERV_SUPPORT -extern Net::Connection *gameServerConnection; -extern Net::Connection *chatServerConnection; -extern Net::Connection *accountServerConnection; -#endif*/ - Graphics *graphics; Game *game = 0; @@ -925,8 +919,6 @@ int main(int argc, char *argv[]) if (state != oldstate) { - //printf("State change: %d to %d\n", oldstate, state); - oldstate = state; // Get rid of the dialog of the previous state @@ -1300,9 +1292,6 @@ int main(int argc, char *argv[]) } delete guiPalette; -/*#ifdef EATHENA_SUPPORT - delete network; -#endif*/ logger->log("Quitting"); exitEngine(); |