[Libreoffice-commits] core.git: vcl/opengl

Stephan Bergmann sbergman at redhat.com
Tue Nov 11 01:52:57 PST 2014


 vcl/opengl/gdiimpl.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit e5ffff4ea0185db0e3139e86910240f3b074a2a6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 11 10:51:58 2014 +0100

    Fix apparently broken commit
    
    ...b91d4776b6ef6f0479b6109cba4460140fe6ada2 "windows opengl: We need a
    constructor for OpenGLSalGraphicsImpl."
    
    Change-Id: Ic5568bc4b5c3457a7ebb330061024dc100758025

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index 0cd4fc9..e00c9c0 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)


More information about the Libreoffice-commits mailing list