aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-15 23:18:23 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-15 23:18:23 +0000
commitd4352ac996743b9bab291bb76ae4dce8fc15f967 (patch)
tree7f84848799227f0169c30cddd7d65da787f2051e /src/volume.h
parentf72351705784aec1277d03c467cc57995c818b19 (diff)
downloadmpd-d4352ac996743b9bab291bb76ae4dce8fc15f967.tar.gz
mpd-d4352ac996743b9bab291bb76ae4dce8fc15f967.tar.xz
mpd-d4352ac996743b9bab291bb76ae4dce8fc15f967.zip
undo change 3081
git-svn-id: https://svn.musicpd.org/mpd/trunk@3085 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/volume.h')
-rw-r--r--src/volume.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/volume.h b/src/volume.h
index 922512e2e..efd4e158c 100644
--- a/src/volume.h
+++ b/src/volume.h
@@ -37,8 +37,4 @@ int getVolumeLevel();
int changeVolumeLevel(FILE * fp, int change, int rel);
-int getVolumeMuteStatus();
-
-int setVolumeMuteStatus(FILE * fp, int status);
-
#endif