From d7c072de7b630e8f1a92c4ad27b059569df1b446 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Mon, 4 Jul 2016 22:49:32 +0200 Subject: Qt: remove unused variable. This fixes CID 1232347. Change-Id: I42b5ac997dbde8fcb05665b24444a60b009871be Reviewed-on: https://code.wireshark.org/review/16290 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/qt/manage_interfaces_dialog.h | 1 - 1 file changed, 1 deletion(-) 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(); -- cgit v1.2.3