summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/x11
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-12-02 09:05:19 -0500
committerJan Holesovsky <kendy@collabora.com>2014-12-03 14:41:17 +0100
commitb1cfad5e8b38fc02de498993cf46e2404ced1058 (patch)
tree5c21e22e18fbea007462c68cba5ef7757c3fd283 /vcl/inc/opengl/x11
parent3bde660f7c0d3fca42b1a431c644cf86d2c5ade8 (diff)
vcl: Don't create new contexts for Virtual Devices on Windows
Change-Id: I561a8142f986aca89e796ce2c4a0902fae41f9e6
Diffstat (limited to 'vcl/inc/opengl/x11')
-rw-r--r--vcl/inc/opengl/x11/gdiimpl.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/opengl/x11/gdiimpl.hxx b/vcl/inc/opengl/x11/gdiimpl.hxx
index d6ef0101920b..feb3961a5e71 100644
--- a/vcl/inc/opengl/x11/gdiimpl.hxx
+++ b/vcl/inc/opengl/x11/gdiimpl.hxx
@@ -27,7 +27,6 @@ public:
protected:
virtual OpenGLContext* CreateWinContext() SAL_OVERRIDE;
- virtual OpenGLContext* CreatePixmapContext() SAL_OVERRIDE;
virtual bool UseContext( OpenGLContext* pContext ) SAL_OVERRIDE;
public: