From 5e67ae78baad06e9d5094b6536786b78cb441cc3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 6 Mar 2015 20:33:41 -0800 Subject: Get rid of an unused structure member. Change-Id: I2941bb7e6dc0fce3e1256af6e5e19d2997de5801 Reviewed-on: https://code.wireshark.org/review/7573 Reviewed-by: Guy Harris --- ui/gtk/flow_graph.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/gtk/flow_graph.c') diff --git a/ui/gtk/flow_graph.c b/ui/gtk/flow_graph.c index 838c96e43c..ba06f5de39 100644 --- a/ui/gtk/flow_graph.c +++ b/ui/gtk/flow_graph.c @@ -388,7 +388,6 @@ static stat_tap_ui flow_graph_ui = { NULL, "flow_graph", flow_graph_init_tap, - -1, 0, NULL }; -- cgit v1.2.3