diff options
author | Max Kellermann <max@duempel.org> | 2014-01-09 12:56:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-09 12:56:57 +0100 |
commit | 735241f04922f9d666bf76dd003d2a6b03096f31 (patch) | |
tree | dcd550a5eb3ae4ddf8e396cf4b4dfbc103b1e958 /src/Timer.hxx | |
parent | dd82370a80c25322823bade6c9c76845b51eaa71 (diff) |
Timer: remove unused method Synchronize()
Diffstat (limited to 'src/Timer.hxx')
-rw-r--r-- | src/Timer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Timer.hxx b/src/Timer.hxx index c8b756e9c..96e25b27a 100644 --- a/src/Timer.hxx +++ b/src/Timer.hxx @@ -42,8 +42,6 @@ public: * Returns the number of milliseconds to sleep to get back to sync. */ unsigned GetDelay() const; - - void Synchronize() const; }; #endif |