From 14d6c205bd390481ef2de1bc1cce50216c3f2249 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 1 Feb 2016 12:14:13 +0100 Subject: =?UTF-8?q?main=5Ftoolbar:=20fix=20redundant=20redeclaration=20of?= =?UTF-8?q?=20=E2=80=98cfile=E2=80=99=20[-Wredundant-decls]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I25d88852f87fdd8f760f29f9e5fdeb7a63391b87 Reviewed-on: https://code.wireshark.org/review/13636 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: João Valverde --- ui/gtk/main_toolbar.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/gtk/main_toolbar.c b/ui/gtk/main_toolbar.c index 50275e6d3a..d5d1d161a5 100644 --- a/ui/gtk/main_toolbar.c +++ b/ui/gtk/main_toolbar.c @@ -73,8 +73,6 @@ static GtkToolItem *zoom_in_button, *zoom_out_button, *zoom_100_button, *coloriz static GtkToolItem *resize_columns_button; static GtkToolItem *color_display_button, *prefs_button, *help_button; -extern capture_file cfile; - /* * Redraw all toolbars */ -- cgit v1.2.3