Get rid of declaration of no-longer-extant routine.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Jan 2004 02:36:04 +0000 (02:36 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Jan 2004 02:36:04 +0000 (02:36 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9750 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/toolbar.c

index b3ec2a157276faa1f925df784cc181a47c8d8291..f0be38d82e0bbd8ee598a6e05fd82f246c895c39 100644 (file)
@@ -2,7 +2,7 @@
  * The main toolbar
  * Copyright 2003, Ulf Lamping <ulf.lamping@web.de>
  *
- * $Id: toolbar.c,v 1.21 2004/01/20 02:21:17 ulfl Exp $
+ * $Id: toolbar.c,v 1.22 2004/01/20 02:36:04 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -108,10 +108,6 @@ static GtkWidget *print_button, *find_button, *find_next_button, *go_to_button;
 static GtkWidget *display_filter_button;
 static GtkWidget *color_display_button, *prefs_button, *help_button;
 
-static void get_main_toolbar(GtkWidget *window, GtkWidget **toolbar);
-
-
-
 #if GTK_MAJOR_VERSION >= 2
 typedef struct stock_pixmap_tag{
     const char *    name;