summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-11-18 11:56:00 +0000
committerJan Holesovsky <kendy@collabora.com>2014-11-18 15:44:04 +0100
commite6592aaa5c9b0f83bf948ce8a2e1ab5029cc3ef5 (patch)
tree1cdd7a2afcf059f831eceeccc741ebe21b0f073e /vcl
parent878cea9134768cadfc57fe70baeb4b9a8bf4dfbf (diff)
vcl: remove old GetOpenGLContext method.
Change-Id: I1959b2e4aabdee92472fed31905fea44b989230d
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/unx/salgdi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h
index 6bf4c04542de..5caf7b944840 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