diff options
Diffstat (limited to 'thirdparty/thorvg/src/renderer/tvgPicture.cpp')
-rw-r--r-- | thirdparty/thorvg/src/renderer/tvgPicture.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/thirdparty/thorvg/src/renderer/tvgPicture.cpp b/thirdparty/thorvg/src/renderer/tvgPicture.cpp index 07877b92de..e382795698 100644 --- a/thirdparty/thorvg/src/renderer/tvgPicture.cpp +++ b/thirdparty/thorvg/src/renderer/tvgPicture.cpp @@ -62,7 +62,6 @@ RenderUpdateFlag Picture::Impl::load() Picture::Picture() : pImpl(new Impl(this)) { Paint::pImpl->id = TVG_CLASS_ID_PICTURE; - Paint::pImpl->method(new PaintMethod<Picture::Impl>(pImpl)); } |