aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/compare_stat.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/compare_stat.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/compare_stat.c')
-rw-r--r--ui/gtk/compare_stat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/compare_stat.c b/ui/gtk/compare_stat.c
index 3d50ba41e0..cf3c9202ad 100644
--- a/ui/gtk/compare_stat.c
+++ b/ui/gtk/compare_stat.c
@@ -1054,7 +1054,6 @@ static stat_tap_ui compare_stat_ui = {
NULL,
"compare",
gtk_comparestat_init,
- -1,
0,
NULL
};