From 706af15ebe3ceea2a641b2892761e1f02a116316 Mon Sep 17 00:00:00 2001 From: riccardom Date: Sat, 18 Jul 2009 16:50:24 +0000 Subject: [PATCH] Remove dumplicate double dummy backend from SNDCoreList. --- desmume/src/gtk/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/desmume/src/gtk/main.cpp b/desmume/src/gtk/main.cpp index e570f7e77..ea5a5aa57 100644 --- a/desmume/src/gtk/main.cpp +++ b/desmume/src/gtk/main.cpp @@ -339,7 +339,6 @@ static const GtkRadioActionEntry savet_entries[] = { SoundInterface_struct *SNDCoreList[] = { &SNDDummy, -&SNDDummy, &SNDSDL, NULL };