From be046b25a4e2583f63d6b3da680e6451957750e4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Sep 2008 11:43:13 +0200 Subject: output: static audio_output_plugin list as array Instead of having to register each output plugin, store them statically in an array. This eliminates the need for the List library here, and saves some small allocations during startup. --- src/audio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/audio.h') diff --git a/src/audio.h b/src/audio.h index bad9c2592..54c91fa3f 100644 --- a/src/audio.h +++ b/src/audio.h @@ -71,5 +71,4 @@ void readAudioDevicesState(FILE *fp); void saveAudioDevicesState(FILE *fp); -void loadAudioDrivers(void); #endif -- cgit v1.2.3