fixed unused var warning
[deb_libcec.git] / include / cectypes.h
index df59193f594aeb3de04777afd6705132d5e7c876..c5da11f1c8883c4adb2c9a7cdbaa155ac550ea01 100644 (file)
@@ -1348,15 +1348,6 @@ typedef struct libcec_configuration
 #endif
 } libcec_configuration;
 
-#ifdef UNUSED
-#elif defined(__GNUC__)
-#define UNUSED(x) UNUSED_ ## x __attribute__((unused))
-#elif defined(__LCLINT__)
-#define UNUSED(x) /*@unused@*/ x
-#else
-#define UNUSED(x) x
-#endif
-
 #ifdef __cplusplus
 };
 };