Commit 743c9d5c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent 3cddf245
......@@ -480,7 +480,6 @@ void DroppingController::resetLine( const QString& line )
{
hide();
QLayoutItem *child;
int i =0;
while( (child = controlLayout->takeAt( 0 ) ) != 0 )
{
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