From d58d4ec93c6a89cea3488689f12f6e7abd0617c9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Oct 2013 19:07:27 +0200 Subject: audio/out: remove useless info struct and redundant fields --- audio/out/ao_null.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'audio/out/ao_null.c') diff --git a/audio/out/ao_null.c b/audio/out/ao_null.c index ba0f61ce34..ff6b12a1a6 100644 --- a/audio/out/ao_null.c +++ b/audio/out/ao_null.c @@ -117,12 +117,8 @@ static float get_delay(struct ao *ao) } const struct ao_driver audio_out_null = { - .info = &(const struct ao_info) { - "Null audio output", - "null", - "Tobias Diedrich ", - "", - }, + .description = "Null audio output", + .name = "null", .init = init, .uninit = uninit, .reset = reset, -- cgit v1.2.3