Commit 52f5858d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

(cherry picked from commit 743c9d5c)
parent 882fff21
...@@ -480,7 +480,6 @@ void DroppingController::resetLine( const QString& line ) ...@@ -480,7 +480,6 @@ void DroppingController::resetLine( const QString& line )
{ {
hide(); hide();
QLayoutItem *child; QLayoutItem *child;
int i =0;
while( (child = controlLayout->takeAt( 0 ) ) != 0 ) while( (child = controlLayout->takeAt( 0 ) ) != 0 )
{ {
child->widget()->hide(); child->widget()->hide();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment