summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.cpp')
-rw-r--r--Stars45/Game.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp
index 92937e6..97de488 100644
--- a/Stars45/Game.cpp
+++ b/Stars45/Game.cpp
@@ -1244,15 +1244,6 @@ Game::GetClock()
return &clock;
}
-
-DWORD GetRealTime()
-{
- Game* game = Game::GetInstance();
- if (game)
- return game->RealTime();
- return 0;
-}
-
DWORD Game::RealTime()
{
return clock.RealTime();