summaryrefslogtreecommitdiffstats
path: root/core/subsurfacesysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/subsurfacesysinfo.h')
-rw-r--r--core/subsurfacesysinfo.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/subsurfacesysinfo.h b/core/subsurfacesysinfo.h
index f88229abb..6d195b7d9 100644
--- a/core/subsurfacesysinfo.h
+++ b/core/subsurfacesysinfo.h
@@ -48,17 +48,6 @@
class SubsurfaceSysInfo : public QSysInfo {
public:
-#if QT_VERSION < 0x050400
- static QString buildCpuArchitecture();
- static QString currentCpuArchitecture();
- static QString buildAbi();
-
- static QString kernelType();
- static QString kernelVersion();
- static QString productType();
- static QString productVersion();
- static QString prettyProductName();
-#endif
static QString prettyOsName();
};