From 0adfd8ae76cb669cde111b87ada8481aa9354e6e Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 2 Nov 2004 12:46:52 +0000 Subject: move audioOutput plugins to audioOutput directory git-svn-id: https://svn.musicpd.org/mpd/trunk@2470 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audioOutput.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/audioOutput.h') diff --git a/src/audioOutput.h b/src/audioOutput.h index 49c7110f9..ce1a2949e 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -26,8 +26,6 @@ #include "tag.h" #include "conf.h" -#define AUDIO_AO_DRIVER_DEFAULT "default" - typedef struct _AudioOutput AudioOutput; typedef int (* AudioOutputInitDriverFunc) (AudioOutput * audioOutput, -- cgit v1.2.3