summaryrefslogtreecommitdiffstats
path: root/core/subsurfacesysinfo.h
diff options
context:
space:
mode:
authorGravatar Rolf Eike Beer <eike@sf-mail.de>2019-03-22 20:47:33 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-03-27 07:36:33 -0700
commit5ad52db451102151b58b0e9b2af1adb80d16105d (patch)
tree5b3b37dc0a840311929a5abc465ec7d2f06d639f /core/subsurfacesysinfo.h
parent643a964d099b2bac29500dcd70aaec3ee3e9b0bd (diff)
downloadsubsurface-5ad52db451102151b58b0e9b2af1adb80d16105d.tar.gz
drop support for Qt 5.4 and before
The oldest version tested on TravisCI is Qt 5.5, which is also what is in Ubuntu 16.04. Drop all the older cruft, noone should use that anymore. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
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();
};