summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-02-17 10:28:00 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-02-17 10:28:00 +0000
commit8a64e4f0003a8c6ddd5b5603ce899f47aa47e631 (patch)
tree49b94d6b6ad3ae047aafcdf262aa36b7911b979f /plugins
parentc4cef2e7680c53efb13d9a214b8cc8c299e9d9e8 (diff)
downloadpcsxr-8a64e4f0003a8c6ddd5b5603ce899f47aa47e631.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41646 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfsound/spu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 1a14c839..f80a54f2 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -40,8 +40,6 @@ static char * libraryName = N_("ALSA Sound");
static char * libraryName = N_("Mac OS X Sound");
#elif defined (USEOSS)
static char * libraryName = N_("OSS Sound");
-#elif defined (USEPULSEAUDIOSIMPLE)
-static char * libraryName = N_("PulseAudio Simple Sound");
#elif defined (USEPULSEAUDIO)
static char * libraryName = N_("PulseAudio Sound");
#else