summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/src/renderer/tvgScene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/thorvg/src/renderer/tvgScene.cpp')
-rw-r--r--thirdparty/thorvg/src/renderer/tvgScene.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/thirdparty/thorvg/src/renderer/tvgScene.cpp b/thirdparty/thorvg/src/renderer/tvgScene.cpp
index 52e7ea2bf6..cd73913b30 100644
--- a/thirdparty/thorvg/src/renderer/tvgScene.cpp
+++ b/thirdparty/thorvg/src/renderer/tvgScene.cpp
@@ -29,7 +29,6 @@
Scene::Scene() : pImpl(new Impl(this))
{
Paint::pImpl->id = TVG_CLASS_ID_SCENE;
- Paint::pImpl->method(new PaintMethod<Scene::Impl>(pImpl));
}