summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-03-25 14:28:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-03-25 14:53:29 +0100
commit793fd21a4da5a442cc7130ae04628ffe3181ea6c (patch)
tree7393bc1dc5e43ad55d7922e0a1ee541c2a5dda90 /vcl
parent21fb34bbb48393d6e631355f1124e5baa2759fcc (diff)
loplugin:unusedmethods
Change-Id: I42cd6d52bd6c0759fa0a8b1b91bbf1af7eb70ba8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132117 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/opengl/x11/X11DeviceInfo.hxx25
1 files changed, 0 insertions, 25 deletions
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