summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.cpp b/src/client.cpp
index ffd7336ef..a18c2c0f7 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -970,12 +970,9 @@ int Client::gameExec()
while (mState != STATE_EXIT)
{
PROFILER_START();
- BLOCK_START("Client::gameExec 1")
if (eventsManager.handleEvents())
continue;
- BLOCK_END("Client::gameExec 1")
-
BLOCK_START("Client::gameExec 3")
if (Net::getGeneralHandler())
Net::getGeneralHandler()->flushNetwork();
@@ -1751,7 +1748,6 @@ int Client::gameExec()
}
BLOCK_END("Client::gameExec 8")
}
- BLOCK_END("Client::gameExec 1")
}
return 0;