diff --git a/corona.cpp b/corona.cpp index 7e80b5591..3a79c7200 100644 --- a/corona.cpp +++ b/corona.cpp @@ -227,8 +227,8 @@ Applet* Corona::addApplet(const QString& name, const QVariantList& args, uint id applet->setFailedToLaunch(true); } - qreal appWidth = applet->boundingRect().width(); - qreal appHeight = applet->boundingRect().height(); + //qreal appWidth = applet->boundingRect().width(); + //qreal appHeight = applet->boundingRect().height(); if (geometry.isValid()) { applet->setGeometry(geometry);