From 8b7eccb3e893d0b0fb9aec010a73b72d16e773e0 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 26 Feb 2025 11:57:25 +0600 Subject: [PATCH] Function moved to another source file --- source/libublsettingsui-gtk3-filechooser.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source/libublsettingsui-gtk3-filechooser.c b/source/libublsettingsui-gtk3-filechooser.c index 8a6a4eb..1fc9d36 100644 --- a/source/libublsettingsui-gtk3-filechooser.c +++ b/source/libublsettingsui-gtk3-filechooser.c @@ -23,16 +23,6 @@ void on_file_chooser_cancel(GtkWidget *, filechooser_window *window){ } -char *yon_get_default_label_with_parameter(char *command){ - int size; - config_str parsed = yon_config_load(command,&size); - if (parsed){ - yon_char_remove_last_symbol(parsed[0],'\n'); - char *default_string = yon_char_unite(DEFAULT_LABEL," ","(",parsed[0],")",NULL); - return default_string; - } -} - void on_file_chooser_selected(GtkWidget *self, filechooser_window *window){ if (window->last_any_selection) free(window->last_any_selection); if (window->last_success_selection) free(window->last_success_selection);