From 49e64279f3e2c49cf4c947376378f3bbdbfed3d6 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Fri, 3 Jun 2011 11:16:51 +0200 Subject: [PATCH] remove this no-longer-relevant FIXME --- applet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/applet.cpp b/applet.cpp index e8d627f15..bcc14e4a7 100644 --- a/applet.cpp +++ b/applet.cpp @@ -273,8 +273,6 @@ void Applet::save(KConfigGroup &g) const return; } - //FIXME: for containments, we need to have some special values here w/regards to - // screen affinity (e.g. "bottom of screen 0") //kDebug() << pluginName() << "geometry is" << geometry() // << "pos is" << pos() << "bounding rect is" << boundingRect(); if (transform() == QTransform()) {