finish removing sound_dir

This commit is contained in:
TingPing 2013-04-15 18:16:51 -03:00
parent 86564c8741
commit f3efdaf40f
1 changed files with 0 additions and 8 deletions

View File

@ -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);