summaryrefslogtreecommitdiff
path: root/ui/gtk/main_welcome.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-04-05 13:01:45 -0700
committerGuy Harris <guy@alum.mit.edu>2015-04-05 20:02:20 +0000
commitfd510bef347d643f1a360ccd578f2cf19f5a855c (patch)
tree59a90332cb000003cbfdeca9f20c6b270f5cca37 /ui/gtk/main_welcome.h
parentafe9b9bbaf01011aa42effdddf7d4637729d50c1 (diff)
downloadwireshark-fd510bef347d643f1a360ccd578f2cf19f5a855c.tar.gz
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 <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk/main_welcome.h')
-rw-r--r--ui/gtk/main_welcome.h2
1 files changed, 0 insertions, 2 deletions
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);