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 /canvas/source | |
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 'canvas/source')
-rw-r--r-- | canvas/source/cairo/cairo_canvas.cxx | 1 | ||||
-rw-r--r-- | canvas/source/directx/dx_canvas.cxx | 1 | ||||
-rw-r--r-- | canvas/source/factory/cf_service.cxx | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/canvas/source/cairo/cairo_canvas.cxx b/canvas/source/cairo/cairo_canvas.cxx index 394ffe773871..f8266cffe446 100644 --- a/canvas/source/cairo/cairo_canvas.cxx +++ b/canvas/source/cairo/cairo_canvas.cxx @@ -25,7 +25,6 @@ #include <osl/mutex.hxx> #include <tools/diagnose_ex.h> #include <vcl/sysdata.hxx> -#include <vcl/opengl/OpenGLWrapper.hxx> #include <vcl/skia/SkiaHelper.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/canvas/source/directx/dx_canvas.cxx b/canvas/source/directx/dx_canvas.cxx index a571d4085d6d..3d5bda00288b 100644 --- a/canvas/source/directx/dx_canvas.cxx +++ b/canvas/source/directx/dx_canvas.cxx @@ -38,7 +38,6 @@ #include <osl/mutex.hxx> #include <tools/diagnose_ex.h> #include <vcl/sysdata.hxx> -#include <vcl/opengl/OpenGLWrapper.hxx> #include <vcl/skia/SkiaHelper.hxx> #include <canvas/canvastools.hxx> diff --git a/canvas/source/factory/cf_service.cxx b/canvas/source/factory/cf_service.cxx index 608aaaf1d0a2..4e31197de2be 100644 --- a/canvas/source/factory/cf_service.cxx +++ b/canvas/source/factory/cf_service.cxx @@ -37,9 +37,6 @@ #include <osl/mutex.hxx> #include <o3tl/functional.hxx> #include <config_features.h> -#if HAVE_FEATURE_OPENGL -#include <vcl/opengl/OpenGLWrapper.hxx> -#endif #include <vcl/skia/SkiaHelper.hxx> #include <unotools/configmgr.hxx> |