From 1ea9d8e74a2b6131cddd1d56d0fb8f16250e613f Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Wed, 6 Mar 2024 08:39:27 +0100 Subject: FIX hardinfo lib-loading cleanup, params clean up --- includes/shell.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'includes/shell.h') diff --git a/includes/shell.h b/includes/shell.h index ab39106c..223326fb 100644 --- a/includes/shell.h +++ b/includes/shell.h @@ -79,7 +79,6 @@ typedef enum { struct _Shell { GtkWidget *window, *vbox; GtkWidget *status, *progress; - GtkWidget *remote_label; GtkWidget *notebook; GtkWidget *hbox, *vpaned; @@ -217,11 +216,6 @@ void shell_set_title(Shell *shell, char *subtitle); void shell_add_modules_to_gui(gpointer _shell_module, gpointer _shell_tree); -void shell_save_hosts_file(void); -void shell_update_remote_menu(void); - -void shell_set_remote_label(Shell *shell, gchar *label); - /* decode special information in keys * * key syntax: -- cgit v1.2.3