From f63f3a0b0192532e555ea1115afdb3fb821a8972 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 8 Oct 2024 13:13:05 +0900 Subject: 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 --- tdecore/tdehw/tdestoragedevice.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tdecore/tdehw') diff --git a/tdecore/tdehw/tdestoragedevice.h b/tdecore/tdehw/tdestoragedevice.h index ad0468ed9..88a387377 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, -- cgit v1.2.1