aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/flow_graph.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-03-06 20:33:41 -0800
committerGuy Harris <guy@alum.mit.edu>2015-03-07 04:41:09 +0000
commit5e67ae78baad06e9d5094b6536786b78cb441cc3 (patch)
treeec9e1f868dd9dcd98b524d34f47a9db1bd046d63 /ui/gtk/flow_graph.c
parentb6ecff700fe65a1962321bd2890a2b658e16d131 (diff)
Get rid of an unused structure member.
Change-Id: I2941bb7e6dc0fce3e1256af6e5e19d2997de5801 Reviewed-on: https://code.wireshark.org/review/7573 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk/flow_graph.c')
-rw-r--r--ui/gtk/flow_graph.c1
1 files changed, 0 insertions, 1 deletions
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
};