summaryrefslogtreecommitdiff
path: root/ui/cli
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/cli
parentab6108cbdfeaa47c4802bdb242d8a35d0726cd4d (diff)
downloadwireshark-1736a1bcc6bb6b51df23bdfe7a44955cb5d88546.tar.gz
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/cli')
-rw-r--r--ui/cli/tap-stats_tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/cli/tap-stats_tree.c b/ui/cli/tap-stats_tree.c
index 72ae99a3d5..f30a5dc23b 100644
--- a/ui/cli/tap-stats_tree.c
+++ b/ui/cli/tap-stats_tree.c
@@ -136,8 +136,8 @@ free_tree_presentation(stats_tree *st)
void
register_tap_listener_stats_tree_stat(void)
{
- stats_tree_presentation(register_stats_tree_tap, NULL, NULL, NULL, NULL,
- NULL, free_tree_presentation, NULL, NULL, NULL);
+ stats_tree_presentation(register_stats_tree_tap, NULL,
+ free_tree_presentation, NULL);
}
/*