summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-13 16:26:50 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 11:01:34 +0100
commit808f69e3b7bf7c6c5df1b2942204ef9ed9212735 (patch)
tree026f79408e8555beb228d5980ff7243d45d35654 /include/vcl/opengl
parent6cb33f4dd9967e1793ec2547fc3b7f9a3bc969d8 (diff)
vclwidget: improve detection of vcl::Window fields
that need to be wrapped in VclPtr, and convert several sites Change-Id: I1fb1ed164a99642a0c1ccbf433eb14df688fa476
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index b69bda35276c..80f785f95923 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -252,7 +252,6 @@ private:
VclPtr<vcl::Window> m_xWindow;
VclPtr<vcl::Window> mpWindow; //points to m_pWindow or the parent window, don't delete it
VclPtr<SystemChildWindow> m_pChildWindow;
- boost::scoped_ptr<SystemChildWindow> m_pChildWindowGC;
bool mbInitialized;
int mnRefCount;
bool mbRequestLegacyContext;