aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-05 13:44:42 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-05 21:39:08 +0000
commit1736a1bcc6bb6b51df23bdfe7a44955cb5d88546 (patch)
tree860517f1748ba2ff84e2387a6ae0b074fa548ac2 /ui/gtk
parentab6108cbdfeaa47c4802bdb242d8a35d0726cd4d (diff)
Clean up stats_tree_presentation.
Remove some unused struct members and accompanying callbacks. Change-Id: I64d32ddf886038e8f19bc3f88e86c8d7578db648 Reviewed-on: https://code.wireshark.org/review/8779 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/stats_tree_stat.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/ui/gtk/stats_tree_stat.c b/ui/gtk/stats_tree_stat.c
index aa00b340cd..59864e1d74 100644
--- a/ui/gtk/stats_tree_stat.c
+++ b/ui/gtk/stats_tree_stat.c
@@ -569,17 +569,8 @@ free_tree_presentation(stats_tree* st)
void
register_tap_listener_stats_tree_stat(void)
{
-
stats_tree_presentation(register_gtk_stats_tree_tap,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- free_tree_presentation,
- NULL,
- NULL,
- NULL);
+ NULL, free_tree_presentation, NULL);
}
void gtk_stats_tree_cb(GtkAction *action, gpointer user_data _U_)