Qt: Remove an unused variable.

Change-Id: Iba1abe66cfa4d39e95cf85b9fc866789151127f9
Reviewed-on: https://code.wireshark.org/review/24517
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2017-11-20 15:42:05 -08:00
parent dd562b503f
commit 23b6028e1d
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ bool DragDropToolBar::eventFilter(QObject * obj, QEvent * event)
> QApplication::startDragDistance())
{
bool success = false;
int element = elem->property(drag_drop_toolbar_action_).toInt(&success);
if ( ! success )
return false;