diff options
Diffstat (limited to 'thirdparty/thorvg/src/renderer/tvgScene.cpp')
-rw-r--r-- | thirdparty/thorvg/src/renderer/tvgScene.cpp | 1 |
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)); } |