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>
This commit is contained in:
Dario Lombardo 2016-07-04 22:49:32 +02:00 committed by Michael Mann
parent 7a3e9b1c9b
commit d7c072de7b
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ public:
private:
Ui::ManageInterfacesDialog *ui;
PathChooserDelegate new_pipe_item_delegate_;
QStandardItemModel *remoteModel;
void showPipes();
void showLocalInterfaces();