summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-15 18:16:51 -0300
committerTingPing <tngpng@gmail.com>2013-04-15 18:16:51 -0300
commitf3efdaf40f010c8c0aa8d09df8c9f07afbec74af (patch)
treefee17c62a4ce261bf7cf0229589136fdc966bb2f /src/fe-gtk/setup.c
parent86564c8741b78abe16163bd0d36a90385218334c (diff)
finish removing sound_dir
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 261d29d9..59e89c49 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -1696,7 +1696,6 @@ setup_create_sound_page (void)
 	GtkWidget *radio_external;
 	GSList *radio_group = NULL;
 	GtkWidget *radio_auto;
-	GtkWidget *label4;
 	GtkWidget *scrolledwindow1;
 	GtkWidget *sound_tree;
 	GtkWidget *table1;
@@ -1768,13 +1767,6 @@ setup_create_sound_page (void)
 		gtk_radio_button_get_group (GTK_RADIO_BUTTON (radio_auto));
 	gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio_auto), setup_prefs.hex_sound_command[0] == 0);
 
-	label4 = gtk_label_new_with_mnemonic (_("Sound files _directory:"));
-	gtk_widget_show (label4);
-	gtk_table_attach (GTK_TABLE (table2), label4, 0, 1, 3, 4,
-							(GtkAttachOptions) (GTK_FILL),
-							(GtkAttachOptions) (0), 0, 0);
-	gtk_misc_set_alignment (GTK_MISC (label4), 0, 0.5);
-
 	scrolledwindow1 = gtk_scrolled_window_new (NULL, NULL);
 	gtk_widget_show (scrolledwindow1);
 	gtk_container_add (GTK_CONTAINER (vbox2), scrolledwindow1);