summaryrefslogtreecommitdiffstats
path: root/audio/out/internal.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-23 17:51:55 +0200
committerwm4 <wm4@nowhere>2017-04-23 17:51:55 +0200
commit809d160c1ec1c050d1877e66f93fcffc98fe4e83 (patch)
tree31debdb255910029316b30095215d4617358a0ca /audio/out/internal.h
parentf34de634501f0fd95ac6ea26b3ed643183222165 (diff)
downloadmpv-809d160c1ec1c050d1877e66f93fcffc98fe4e83.tar.bz2
mpv-809d160c1ec1c050d1877e66f93fcffc98fe4e83.tar.xz
options: remove remaining deprecated audio device selection options
Diffstat (limited to 'audio/out/internal.h')
-rw-r--r--audio/out/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/out/internal.h b/audio/out/internal.h
index b35f20fba2..896e427a95 100644
--- a/audio/out/internal.h
+++ b/audio/out/internal.h
@@ -207,7 +207,4 @@ bool ao_chmap_sel_get_def(struct ao *ao, const struct mp_chmap_sel *s,
void ao_device_list_add(struct ao_device_list *list, struct ao *ao,
struct ao_device_desc *e);
-#define DEVICE_OPT_DEPRECATION \
- .deprecation_message = "use --audio-device instead"
-
#endif