you know what, i really don't care about supporting animated svg's in Plasma::Svg as they break the "this is an image" concept that Plasma::Svg is built around and nobody is using them right now anyways

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=689385
This commit is contained in:
Aaron J. Seigo 2007-07-18 06:21:48 +00:00
parent f4d7105ebf
commit 504810736b

View File

@ -143,8 +143,6 @@ class Svg::Private
path = Plasma::Theme::self()->image(themePath);
}
//TODO: connect the renderer's repaintNeeded to the Plasma::Svg signal
// take into consideration for cache, e.g. don't cache if svg is animated
QHash<QString, SharedSvgRenderer::Ptr>::const_iterator it = renderers.find(path);
if (it != renderers.end()) {