summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_sdl.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-19 00:27:22 +0200
committerwm4 <wm4@nowhere>2013-05-12 21:24:56 +0200
commitce2515ddb85669b1607989f69d7ec9eb89b42819 (patch)
tree0e9f0b5ee752ff440970d7fdad77f6e3db03934f /audio/out/ao_sdl.c
parent56c295e2ca480a57de086d421c9d4ceb06779456 (diff)
downloadmpv-ce2515ddb85669b1607989f69d7ec9eb89b42819.tar.bz2
mpv-ce2515ddb85669b1607989f69d7ec9eb89b42819.tar.xz
ao: remove ao_driver.is_new field
Is unused, is completely pointless.
Diffstat (limited to 'audio/out/ao_sdl.c')
-rw-r--r--audio/out/ao_sdl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/out/ao_sdl.c b/audio/out/ao_sdl.c
index c91b16e4bc..4235a7c26c 100644
--- a/audio/out/ao_sdl.c
+++ b/audio/out/ao_sdl.c
@@ -363,7 +363,6 @@ static float get_delay(struct ao *ao)
}
const struct ao_driver audio_out_sdl = {
- .is_new = true,
.info = &(const struct ao_info) {
"SDL Audio",
"sdl",