aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-07-04 22:49:32 +0200
committerMichael Mann <mmann78@netscape.net>2016-07-05 19:39:18 +0000
commitd7c072de7b630e8f1a92c4ad27b059569df1b446 (patch)
tree280e6c70a1033a8fb7526e45a0982fe7817c4317 /ui/qt
parent7a3e9b1c9ba649b11704d0f4a7132c60dec64eb6 (diff)
Qt: remove unused variable.
This fixes CID 1232347. Change-Id: I42b5ac997dbde8fcb05665b24444a60b009871be Reviewed-on: https://code.wireshark.org/review/16290 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/manage_interfaces_dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/manage_interfaces_dialog.h b/ui/qt/manage_interfaces_dialog.h
index 3db0e3d064..8a1321a3e5 100644
--- a/ui/qt/manage_interfaces_dialog.h
+++ b/ui/qt/manage_interfaces_dialog.h
@@ -77,7 +77,6 @@ public:
private:
Ui::ManageInterfacesDialog *ui;
PathChooserDelegate new_pipe_item_delegate_;
- QStandardItemModel *remoteModel;
void showPipes();
void showLocalInterfaces();