summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--StarsEx/StarServer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/StarsEx/StarServer.cpp b/StarsEx/StarServer.cpp
index c627178..22e89ec 100644
--- a/StarsEx/StarServer.cpp
+++ b/StarsEx/StarServer.cpp
@@ -283,11 +283,6 @@ StarServer::UpdateWorld()
if (world)
world->ExecFrame(Clock::GetInstance()->Delta());
}
-
- static DWORD refresh_time = 0;
- if (Clock::GetInstance()->RealTime() - refresh_time > 1000) {
- refresh_time = Clock::GetInstance()->RealTime();
- }
}