diff options
Diffstat (limited to 'src/Timer.hxx')
-rw-r--r-- | src/Timer.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Timer.hxx b/src/Timer.hxx index c8b756e9c..3c935cfac 100644 --- a/src/Timer.hxx +++ b/src/Timer.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -42,8 +42,6 @@ public: * Returns the number of milliseconds to sleep to get back to sync. */ unsigned GetDelay() const; - - void Synchronize() const; }; #endif |