summaryrefslogtreecommitdiffstats
path: root/audio/out/ao.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-22 22:45:24 +0200
committerwm4 <wm4@nowhere>2013-08-22 22:45:24 +0200
commitcb54c2dda8be8a79e8bc6c658b4815c55bdfc14e (patch)
tree148a1fbe523a1c3155c91576e1b95638f69c57e2 /audio/out/ao.h
parent1e649f353b159327b67722360cb080354d98230c (diff)
downloadmpv-cb54c2dda8be8a79e8bc6c658b4815c55bdfc14e.tar.bz2
mpv-cb54c2dda8be8a79e8bc6c658b4815c55bdfc14e.tar.xz
ao: remove some leftovers
Diffstat (limited to 'audio/out/ao.h')
-rw-r--r--audio/out/ao.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/out/ao.h b/audio/out/ao.h
index 673a252ccb..85301d79f4 100644
--- a/audio/out/ao.h
+++ b/audio/out/ao.h
@@ -96,8 +96,6 @@ struct ao {
struct mp_log *log; // Using e.g. "[ao/coreaudio]" as prefix
};
-extern char *ao_subdevice;
-
struct mpv_global;
struct ao *ao_init_best(struct mpv_global *global,
struct input_ctx *input_ctx,