diff --git a/svg.cpp b/svg.cpp index 1764c3b8f..2b4a262c5 100644 --- a/svg.cpp +++ b/svg.cpp @@ -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::const_iterator it = renderers.find(path); if (it != renderers.end()) {