summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.cpp')
-rw-r--r--Stars45/Game.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp
index 5dfd828..e2364de 100644
--- a/Stars45/Game.cpp
+++ b/Stars45/Game.cpp
@@ -1226,16 +1226,6 @@ Game::GetClock()
return &clock;
}
-DWORD Game::TimeCompression()
-{
- return clock.TimeCompression();
-}
-
-void Game::SetTimeCompression(DWORD comp)
-{
- if (comp > 0 && comp <= 100)
- clock.SetTimeCompression(static_cast<double>(comp));
-}
DWORD Game::Frame()
{