summaryrefslogtreecommitdiffstats
path: root/vcl/inc/unx/salinst.h
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-08-19 21:45:42 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-08-25 10:29:34 +0200
commite11bbf3c3ccd45c3c7adc75077c4f4cebf6892b2 (patch)
treedcb9db24f4584b75bb32e288f869cdd5f65db13f /vcl/inc/unx/salinst.h
parentofz: MemorySanitizer: use-of-uninitialized-value (diff)
downloadcore-e11bbf3c3ccd45c3c7adc75077c4f4cebf6892b2.tar.gz
core-e11bbf3c3ccd45c3c7adc75077c4f4cebf6892b2.zip
VCL allow plugins to declare OpenGL support
... and get rid of the whole GetBackendCapabilities, which was just overkill. Maybe this should even be some bitmap + enum + set/get function, but I'm too lazy... In the end add a bool for the OpenGL support of the VCL plugin (or maybe sticking it into ImplSVData, which is already some catchall for common VCL data). Change-Id: I9f0ececac482d8e2a94ef6024628e9631b49e773 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120760 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit 9ca30cd1d04cf39411c3ede687805c28ebe2a980) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120775 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'vcl/inc/unx/salinst.h')
-rw-r--r--vcl/inc/unx/salinst.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/salinst.h b/vcl/inc/unx/salinst.h
index 9378b243a58e..75a5cd6ae5ab 100644
--- a/vcl/inc/unx/salinst.h
+++ b/vcl/inc/unx/salinst.h
@@ -77,8 +77,6 @@ public:
virtual void AfterAppInit() override;
- std::shared_ptr<vcl::BackendCapabilities> GetBackendCapabilities() override;
-
// dtrans implementation
virtual css::uno::Reference< css::uno::XInterface >
CreateClipboard( const css::uno::Sequence< css::uno::Any >& i_rArguments ) override;