From fa322a44225c9ba0251ba07026513866115bef5d Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 5 Jul 2024 16:14:12 +0600 Subject: [PATCH] Removed unused string --- source/ubinstall-gtk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index f4a9619..78ac3e8 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -578,7 +578,6 @@ void on_page_navigation_clicked(GtkWidget *self, main_window *widgets){ char *size_final = yon_char_append(yon_char_from_long((long)part_size),size_letter); yon_config_register(part_size_parameter,part_size_parameter_command,size_final); } else yon_config_remove_by_key(part_size_parameter); - char *file_system_type = (char*)gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(widgets->NextInstallationFilesystemTypeCombo)); char *device_name = (char*)gtk_entry_get_text(GTK_ENTRY(widgets->NextInstallationSectionNameEntry)); char *part; gtk_tree_model_get(model,&iter,0,&part,-1);