From 793fd21a4da5a442cc7130ae04628ffe3181ea6c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 25 Mar 2022 14:28:21 +0200 Subject: loplugin:unusedmethods Change-Id: I42cd6d52bd6c0759fa0a8b1b91bbf1af7eb70ba8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132117 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/opengl/x11/X11DeviceInfo.hxx | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/opengl/x11/X11DeviceInfo.hxx b/vcl/inc/opengl/x11/X11DeviceInfo.hxx index e55f24d23ec8..91a97d1c150e 100644 --- a/vcl/inc/opengl/x11/X11DeviceInfo.hxx +++ b/vcl/inc/opengl/x11/X11DeviceInfo.hxx @@ -41,31 +41,6 @@ public: bool isDeviceBlocked(); - const OString& GetVendor() const - { - return maVendor; - } - - const OString& GetRenderer() const - { - return maRenderer; - } - - const OString& GetVersion() const - { - return maVersion; - } - - const OString& GetOS() const - { - return maOS; - } - - const OString& GetOSRelease() const - { - return maOSRelease; - } - }; #endif -- cgit