From 853757df15383c2e9cc33023dc04a256c458e671 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Apr 2013 22:18:26 +0300 Subject: fix some code style by cpplint. --- src/client.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index e22f50fea..aac1d8139 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -138,7 +138,6 @@ */ static const int MAX_TICK_VALUE = INT_MAX / 2; -// TODO: Get rid fo these globals std::string errorMessage; ErrorListener errorListener; LoginData loginData; @@ -1059,7 +1058,6 @@ int Client::gameExec() BLOCK_END("~Client::SDL_framerateDelay") BLOCK_START("Client::gameExec 6") - // TODO: Add connect timeouts if (mState == STATE_CONNECT_GAME && Net::getGameHandler()->isConnected()) { @@ -1663,7 +1661,6 @@ int Client::gameExec() case STATE_LOGOUT_ATTEMPT: logger->log1("State: LOGOUT ATTEMPT"); - // TODO break; case STATE_WAIT: -- cgit v1.2.3-70-g09d2