summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/x11/X11DeviceInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/x11/X11DeviceInfo.hxx')
-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