summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-27 00:22:30 +0200
committerwm4 <wm4@nowhere>2017-04-27 00:22:30 +0200
commit7f78929050540a243fddcb6c9c74f62436fd3246 (patch)
treecf4b78aae616d44428beb5e3aa0726618927cd47 /audio/filter/af.h
parentafead7a3566e455cd2ceec54010a95387b7b022f (diff)
downloadmpv-7f78929050540a243fddcb6c9c74f62436fd3246.tar.bz2
mpv-7f78929050540a243fddcb6c9c74f62436fd3246.tar.xz
af: remove unused GET_VOLUME code
The entire af code is going to be removed, but Ordnung muss sein.
Diffstat (limited to 'audio/filter/af.h')
-rw-r--r--audio/filter/af.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/filter/af.h b/audio/filter/af.h
index a773f561b3..9c7b1fbfa5 100644
--- a/audio/filter/af.h
+++ b/audio/filter/af.h
@@ -113,7 +113,6 @@ enum af_control {
AF_CONTROL_REINIT = 1,
AF_CONTROL_RESET,
AF_CONTROL_SET_VOLUME,
- AF_CONTROL_GET_VOLUME,
AF_CONTROL_SET_PAN_LEVEL,
AF_CONTROL_SET_PAN_NOUT,
AF_CONTROL_SET_PAN_BALANCE,