summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-08 13:13:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-09 21:27:36 +0900
commitab167e155c0e69fb588cbb0d015755d3b13b246d (patch)
tree8e3248fbb9c49347b39d8645c7141e4c5ed056cc /tdecore
parent3d8df21c1d749ca5188ee5c458c479c23402c153 (diff)
downloadtdelibs-ab167e155c0e69fb588cbb0d015755d3b13b246d.tar.gz
tdelibs-ab167e155c0e69fb588cbb0d015755d3b13b246d.zip
Fix syntax error when using tqmoc on tdestoragedevice.h
TDE now requires c++11, so the conditional code is no longer required. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f63f3a0b0192532e555ea1115afdb3fb821a8972)
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/tdehw/tdestoragedevice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tdecore/tdehw/tdestoragedevice.h b/tdecore/tdehw/tdestoragedevice.h
index bcbcbacbc..9ccfe2a64 100644
--- a/tdecore/tdehw/tdestoragedevice.h
+++ b/tdecore/tdehw/tdestoragedevice.h
@@ -28,11 +28,7 @@ struct crypt_device;
// Keep readDiskDeviceSubtypeFromString() in tdehardwaredevices.cpp in sync with this enum
namespace TDEDiskDeviceType {
-#if __cplusplus >= 201103L
enum TDEDiskDeviceType : unsigned long long {
-#else
-enum TDEDiskDeviceType {
-#endif
Null = 0x0000000000000000ULL,
MediaDevice = 0x0000000000000001ULL,
Floppy = 0x0000000000000002ULL,