summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-12 11:26:15 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-12 11:26:15 -0600
commit2b2669029b43cc4c5b6f7dd82b4385d7338520bc (patch)
treee890d07d09fd748b2ba9dbf7196e9c279ed33a3e /src/main.cpp
parent9f5b89189f00c959882f86067634a512e6970614 (diff)
downloadmana-client-2b2669029b43cc4c5b6f7dd82b4385d7338520bc.tar.gz
mana-client-2b2669029b43cc4c5b6f7dd82b4385d7338520bc.tar.bz2
mana-client-2b2669029b43cc4c5b6f7dd82b4385d7338520bc.tar.xz
mana-client-2b2669029b43cc4c5b6f7dd82b4385d7338520bc.zip
Remove remaining references to versionLabel
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 667e7456..3cd25bdb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1272,10 +1272,6 @@ int main(int argc, char *argv[])
Net::ChatServer::connect(chatServerConnection, token);
sound.fadeOutMusic(1000);
-#ifdef PACKAGE_VERSION
- delete versionLabel;
- versionLabel = NULL;
-#endif
currentDialog = NULL;
logger->log("State: GAME");