Revert "Reparse svgElementsCache instead of deleting it in discardCache"

This reverts commit a8e54e15e1.
This commit is contained in:
David Rosca 2016-02-21 15:05:13 +01:00
parent 9e1b7dab46
commit 4eeed04f0f

View File

@ -335,9 +335,7 @@ void ThemePrivate::discardCache(CacheTypes caches)
discoveries.clear();
invalidElements.clear();
if (svgElementsCache) {
svgElementsCache->reparseConfiguration();
}
svgElementsCache = 0;
}
}