diff options
Diffstat (limited to 'src/Volume.hxx')
-rw-r--r-- | src/Volume.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Volume.hxx b/src/Volume.hxx index 6b937aca3..06d3551eb 100644 --- a/src/Volume.hxx +++ b/src/Volume.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 @@ -26,8 +26,6 @@ void volume_init(void); -void volume_finish(void); - gcc_pure int volume_level_get(void); |