aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/stats_tree_dialog.cpp
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/qt/stats_tree_dialog.cpp
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/qt/stats_tree_dialog.cpp')
-rw-r--r--ui/qt/stats_tree_dialog.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/ui/qt/stats_tree_dialog.cpp b/ui/qt/stats_tree_dialog.cpp
index ea80d99d3f..8d5dd34fa2 100644
--- a/ui/qt/stats_tree_dialog.cpp
+++ b/ui/qt/stats_tree_dialog.cpp
@@ -328,14 +328,7 @@ register_tap_listener_stats_tree_stat(void)
{
stats_tree_presentation(NULL,
StatsTreeDialog::setupNode,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL);
+ NULL, NULL);
}
}