aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstate.cpp')
-rw-r--r--src/libstate.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstate.cpp b/src/libstate.cpp
index 7a742b468..12f017ed4 100644
--- a/src/libstate.cpp
+++ b/src/libstate.cpp
@@ -123,15 +123,6 @@ void Library_State::set_default_allocator(const std::string& type) const
}
/*************************************************
-* Set the high resolution clock implementation *
-*************************************************/
-void Library_State::set_timer(Timer* new_timer)
- {
- delete timer;
- timer = new_timer;
- }
-
-/*************************************************
* Read a high resolution clock *
*************************************************/
u64bit Library_State::system_clock() const