diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-11 10:51:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-11 10:51:58 +0100 |
commit | e5ffff4ea0185db0e3139e86910240f3b074a2a6 (patch) | |
tree | 54888e26a7cac914c9b8803cca43b6008790fddc /vcl | |
parent | 00ddedcb477ed09b5649e816b629234d5689b861 (diff) |
Fix apparently broken commit
...b91d4776b6ef6f0479b6109cba4460140fe6ada2 "windows opengl: We need a
constructor for OpenGLSalGraphicsImpl."
Change-Id: Ic5568bc4b5c3457a7ebb330061024dc100758025
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/opengl/gdiimpl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index 0cd4fc9e9a78..e00c9c00c63f 100644 --- a/vcl/opengl/gdiimpl.cxx +++ b/vcl/opengl/gdiimpl.cxx @@ -53,9 +53,6 @@ OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl() : mpFrame(NULL) - , mbOffscreen(false) - , mnFramebufferId(0) - , mpOffscreenTex(NULL) , mnLineColor(SALCOLOR_NONE) , mnFillColor(SALCOLOR_NONE) , mnSolidProgram(0) |