diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-12-07 20:31:45 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-12-08 10:09:29 +0100 |
commit | 3b9e403751862a7938d656c4453189bc1d5ca646 (patch) | |
tree | 561151d22d3cc8e2d0ae933e75f42b6f8b554f14 /vcl/inc | |
parent | b7384249db1446cdbbd1f98d4c90c8d8d22c69b3 (diff) |
remove more no longer needed OpenGL-related code
Change-Id: If7f47cf6dad860e4f8eab68931b72a38a7eda136
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107362
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/salgdi.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/salgdiimpl.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/unx/saldisp.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx index 845183953e2c..d43e3b632d45 100644 --- a/vcl/inc/salgdi.hxx +++ b/vcl/inc/salgdi.hxx @@ -43,7 +43,6 @@ class SalLayout; class ImplLayoutArgs; namespace tools { class Rectangle; } class FontSubsetInfo; -class OpenGLContext; class OutputDevice; class FreetypeFont; struct SystemGraphicsData; diff --git a/vcl/inc/salgdiimpl.hxx b/vcl/inc/salgdiimpl.hxx index 1b60c59e0188..e349edadddc4 100644 --- a/vcl/inc/salgdiimpl.hxx +++ b/vcl/inc/salgdiimpl.hxx @@ -35,7 +35,6 @@ class SalGraphics; class SalBitmap; class SalFrame; class Gradient; -class OpenGLContext; class SalVirtualDevice; struct SalGradient; diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index c4fe3e747e59..c109a4335e62 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -314,7 +314,6 @@ protected: void addXineramaScreenUnique( int i, tools::Long i_nX, tools::Long i_nY, tools::Long i_nWidth, tools::Long i_nHeight ); Time GetEventTimeImpl( bool bAlwaysReget = false ) const; public: - static bool BestOpenGLVisual(Display* pDisplay, int nScreen, XVisualInfo& rVI); static bool BestVisual(Display *pDisp, int nScreen, XVisualInfo &rVI); SalDisplay( Display* pDisp ); |