summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Clock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Clock.cpp')
-rw-r--r--StarsEx/Clock.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/StarsEx/Clock.cpp b/StarsEx/Clock.cpp
index e5db6c3..4a321d8 100644
--- a/StarsEx/Clock.cpp
+++ b/StarsEx/Clock.cpp
@@ -122,20 +122,6 @@ Clock::TimeCompression() const
}
-Clock::count_type
-Clock::GameTime() const
-{
- return std::chrono::duration_cast<elapsed_duration>(m_game_elapsed).count();
-}
-
-
-Clock::count_type
-Clock::RealTime() const
-{
- return std::chrono::duration_cast<elapsed_duration>(m_real_elapsed).count();
-}
-
-
void
Clock::SetTimeCompression(double compression)
{