summaryrefslogtreecommitdiff
path: root/include
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:05:34 +0100
commit0a04ceca6cbebd76655c5ec6d31168da7672be20 (patch)
tree13acb6ec18f25f5357ffb0d161145ac3d0fcb857 /include
parentd8a8ff8177df628636d80c4dc1d8f597f6677dfc (diff)
vcl: Don't create new contexts for Virtual Devices on Windows
Change-Id: I561a8142f986aca89e796ce2c4a0902fae41f9e6
Diffstat (limited to 'include')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 9c39ec25a89c..20731a63e105 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -238,8 +238,6 @@ public:
return mbInitialized;
}
- void resetToReInitialize();
-
bool supportMultiSampling() const;
static SystemWindowData generateWinData(vcl::Window* pParent, bool bRequestLegacyContext);