From fd510bef347d643f1a360ccd578f2cf19f5a855c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 5 Apr 2015 13:01:45 -0700 Subject: Give the welcome screen its own set of callbacks. Don't have the status bar code know about the welcome screen; instead, give the welcome screen its own callbacks, so that it can modify the welcome screen as appropriate. Change-Id: Id38d66edeaea085f114b47d6361312450435b58a Reviewed-on: https://code.wireshark.org/review/7927 Reviewed-by: Guy Harris --- ui/gtk/main_welcome.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/gtk/main_welcome.h') diff --git a/ui/gtk/main_welcome.h b/ui/gtk/main_welcome.h index 3f6a17aae9..650bb42dde 100644 --- a/ui/gtk/main_welcome.h +++ b/ui/gtk/main_welcome.h @@ -38,8 +38,6 @@ typedef struct selected_name_s { gboolean activate; } selected_name_t; -GtkWidget *welcome_new(void); - /* reset the list of recently used files */ void main_welcome_reset_recent_capture_files(void); -- cgit v1.2.1