aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wlan_statistics_dialog.cpp
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-10-20 13:45:10 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-20 15:26:54 +0000
commit4a87ecb52bbc51d0cce7a7a8d5c5f61303e524fa (patch)
tree70bb660f658d4e285ccf2c105d4758ca243d8102 /ui/qt/wlan_statistics_dialog.cpp
parent269b54c2e0c323d22e2f6c9d75ef61d96ce83c02 (diff)
Qt: remove unused private member (found by clang).
Error: ui/qt/wlan_statistics_dialog.cpp:462:9: error: private field 'retry_packets_' is not used [-Werror,-Wunused-private-field] Change-Id: I10785eab098db14a53ef8085421c0f1046c269f3 Reviewed-on: https://code.wireshark.org/review/18337 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/wlan_statistics_dialog.cpp')
-rw-r--r--ui/qt/wlan_statistics_dialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/wlan_statistics_dialog.cpp b/ui/qt/wlan_statistics_dialog.cpp
index f2fd906792..1040c4c999 100644
--- a/ui/qt/wlan_statistics_dialog.cpp
+++ b/ui/qt/wlan_statistics_dialog.cpp
@@ -467,7 +467,6 @@ private:
int deauth_;
int other_;
int packets_;
- int retry_packets_;
// Adding items one at a time is slow. Gather up the stations in a list
// and add them all at once later.