diff options
Diffstat (limited to 'vcl/inc/qt5/QtGraphics.hxx')
-rw-r--r-- | vcl/inc/qt5/QtGraphics.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/qt5/QtGraphics.hxx b/vcl/inc/qt5/QtGraphics.hxx index 5212d30873b2..fea1a2a0de18 100644 --- a/vcl/inc/qt5/QtGraphics.hxx +++ b/vcl/inc/qt5/QtGraphics.hxx @@ -59,8 +59,6 @@ public: QtGraphicsBackend(QtFrame* pFrame, QImage* pQImage); ~QtGraphicsBackend() override; - void Init() override {} - QImage* getQImage() { return m_pQImage; } void setQImage(QImage* pQImage) { m_pQImage = pQImage; } |