dead code

This commit is contained in:
Aaron Seigo 2013-02-06 15:22:35 +01:00
parent c18eb599fe
commit 64ae6fcea2

View File

@ -673,10 +673,6 @@ void Applet::flushPendingConstraintsEvents()
d->positionMessageOverlay(); d->positionMessageOverlay();
} }
if (c & Plasma::FormFactorConstraint) {
FormFactor f = formFactor();
}
// now take care of constraints in special subclasses: Contaiment and PopupApplet // now take care of constraints in special subclasses: Contaiment and PopupApplet
Containment* containment = qobject_cast<Plasma::Containment*>(this); Containment* containment = qobject_cast<Plasma::Containment*>(this);
if (d->isContainment && containment) { if (d->isContainment && containment) {