From 559e490f0cc14474dc331f85e2e8bcd35a4d3bd1 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 3 Oct 2009 03:12:49 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30932 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/spucfg-0.1df/dfsound.glade2 | 20 -------------------- plugins/dfsound/spucfg-0.1df/main.c | 15 --------------- 2 files changed, 35 deletions(-) (limited to 'plugins/dfsound/spucfg-0.1df') diff --git a/plugins/dfsound/spucfg-0.1df/dfsound.glade2 b/plugins/dfsound/spucfg-0.1df/dfsound.glade2 index 577962c9..bc834599 100644 --- a/plugins/dfsound/spucfg-0.1df/dfsound.glade2 +++ b/plugins/dfsound/spucfg-0.1df/dfsound.glade2 @@ -258,26 +258,6 @@ Cubic False 6 - - - True - Enable or disable XA music. - True - Enable XA - True - GTK_RELIEF_NORMAL - True - False - False - True - - - 0 - False - False - - - True diff --git a/plugins/dfsound/spucfg-0.1df/main.c b/plugins/dfsound/spucfg-0.1df/main.c index 51d27254..66ba0936 100644 --- a/plugins/dfsound/spucfg-0.1df/main.c +++ b/plugins/dfsound/spucfg-0.1df/main.c @@ -159,18 +159,6 @@ int main(int argc, char *argv[]) gtk_combo_box_set_active(GTK_COMBO_BOX (glade_xml_get_widget(xml, "cbInterpolation2")), val); - if (pB) { - strcpy(t, "\nUseXA"); - p = strstr(pB, t); - if (p) { - p = strstr(p, "="); - len = 1; - } - val = set_limit (p, len, 0, 1); - } else val = 1; - - gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON (glade_xml_get_widget(xml, "chkEnableXA")), val); - if (pB) { strcpy(t, "\nXAPitch"); p = strstr(pB, t); @@ -315,9 +303,6 @@ void SaveConfig(GtkWidget *widget, gpointer user_data) val = gtk_combo_box_get_active (GTK_COMBO_BOX (glade_xml_get_widget (xml, "cbInterpolation2"))); SetCfgVal(pB, "\nUseInterpolation", val); - val = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (glade_xml_get_widget (xml, "chkEnableXA"))); - SetCfgVal(pB, "\nUseXA", val); - val = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (glade_xml_get_widget (xml, "chkXASpeed"))); SetCfgVal(pB, "\nXAPitch", val); -- cgit v1.2.3