[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl2' - vcl/inc

Michael Meeks michael.meeks at collabora.com
Tue Nov 18 03:55:14 PST 2014


 vcl/inc/unx/salgdi.h |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 4bf414c1f6a94733a63ff97b43c2b5cabddfcf82
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Tue Nov 18 11:56:00 2014 +0000

    vcl: remove old GetOpenGLContext method.
    
    Change-Id: I1959b2e4aabdee92472fed31905fea44b989230d

diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h
index 6bf4c04..5caf7b9 100644
--- a/vcl/inc/unx/salgdi.h
+++ b/vcl/inc/unx/salgdi.h
@@ -32,8 +32,6 @@
 #include "sallayout.hxx"
 #include "vclpluginapi.h"
 
-#include "opengl/contextprovider.hxx"
-
 #include <boost/scoped_ptr.hpp>
 
 #include <deque>
@@ -300,9 +298,6 @@ public:
                                 unsigned int w, unsigned int h,
                                 int dest_x, int dest_y );
     static void releaseGlyphPeer();
-
-public:
-    virtual OpenGLContext* GetOpenGLContext() const SAL_OVERRIDE;
 };
 
 inline const SalDisplay *X11SalGraphics::GetDisplay() const


More information about the Libreoffice-commits mailing list