diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-25 16:09:42 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-30 00:47:31 +0100 |
commit | 9ec885872b151f56b631292ea4f61c58341bc1b9 (patch) | |
tree | 77f02cff278ea7f94fdf884ad4407f6259137f02 /vcl/inc | |
parent | 1386c348f81738a9966d1217db89d1f603466317 (diff) |
windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.
Change-Id: I524883b0f0bbce9a8b6f893771f144feeee49934
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/opengl/win/gdiimpl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/opengl/win/gdiimpl.hxx b/vcl/inc/opengl/win/gdiimpl.hxx index 66a03332284c..de25d2325866 100644 --- a/vcl/inc/opengl/win/gdiimpl.hxx +++ b/vcl/inc/opengl/win/gdiimpl.hxx @@ -26,8 +26,6 @@ private: public: WinOpenGLSalGraphicsImpl(WinSalGraphics& rGraphics); - virtual void Init() SAL_OVERRIDE; - protected: virtual GLfloat GetWidth() const SAL_OVERRIDE; virtual GLfloat GetHeight() const SAL_OVERRIDE; |