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>
This commit is contained in:
Dario Lombardo 2016-10-20 13:45:10 +02:00 committed by Anders Broman
parent 269b54c2e0
commit 4a87ecb52b
1 changed files with 0 additions and 1 deletions

View File

@ -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.