From kde-commits Tue Jun 08 04:09:36 2010 From: Michael Pyne Date: Tue, 08 Jun 2010 04:09:36 +0000 To: kde-commits Subject: KDE/kdelibs/kdeui/icons Message-Id: <20100608040936.49113AC8CE () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127596977025748 SVN commit 1135736 by mpyne: I'm not sure how this got into my patch from 2 weeks ago but the "playing" pixmap is not necessarily damaged, so remove the debugging helper. M +0 -4 kiconloader.cpp --- trunk/KDE/kdelibs/kdeui/icons/kiconloader.cpp #1135735:1135736 @@ -1179,10 +1179,6 @@ if (size < 0 || _name.isEmpty()) return QPixmap(); - if(_name == QLatin1String("playing")) { - kDebug(264) << "This pixmap is damaged."; - } - /* * This method works in a kind of pipeline, with the following steps: * 1. Sanity checks.