From ce2515ddb85669b1607989f69d7ec9eb89b42819 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 19 Apr 2013 00:27:22 +0200 Subject: ao: remove ao_driver.is_new field Is unused, is completely pointless. --- audio/out/ao_rsound.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/out/ao_rsound.c') diff --git a/audio/out/ao_rsound.c b/audio/out/ao_rsound.c index 004beb0867..80dfa4dc2b 100644 --- a/audio/out/ao_rsound.c +++ b/audio/out/ao_rsound.c @@ -191,7 +191,6 @@ static float get_delay(struct ao *ao) } const struct ao_driver audio_out_rsound = { - .is_new = true, .info = &(const struct ao_info) { .name = "RSound output driver", .short_name = "rsound", -- cgit v1.2.3