]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardmenu.cpp
Fix a couple of compile warnings because of unused and uninitialized variables.
[kdenlive] / src / dvdwizardmenu.cpp
index 89ce70c7f68eb06cb3a67a696ead928095ef3823..625754c6b24bef9aced3391d5b6a314d9a9edfe0 100644 (file)
@@ -640,7 +640,6 @@ void DvdWizardMenu::loadXml(QDomElement xml)
         button->setBackMenu(e.attribute("backtomenu").toInt());
         button->setDefaultTextColor(m_view.text_color->color());
         button->setZValue(4);
-        QRectF r = button->sceneBoundingRect();
         m_scene->addItem(button);
         button->setPos(e.attribute("posx").toDouble(), e.attribute("posy").toDouble());