aboutsummaryrefslogtreecommitdiffstats
path: root/router/router.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-28 17:15:34 -0700
committerChris Robinson <[email protected]>2019-07-28 17:15:34 -0700
commitb4d56d3fdff4243ae2a3fc64934ced2af3187690 (patch)
tree9a9809e2e991037aa5798a05ab7321d143b95e5f /router/router.h
parentc8bbd75bf9a6f0170ec95b130b3eb17cd8cdd5ad (diff)
Remove the UNUSED macro
Diffstat (limited to 'router/router.h')
-rw-r--r--router/router.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/router/router.h b/router/router.h
index d2574e74..007b6a16 100644
--- a/router/router.h
+++ b/router/router.h
@@ -17,18 +17,6 @@
#include "AL/alext.h"
-#ifndef UNUSED
-#if defined(__cplusplus)
-#define UNUSED(x)
-#elif defined(__GNUC__)
-#define UNUSED(x) UNUSED_##x __attribute__((unused))
-#elif defined(__LCLINT__)
-#define UNUSED(x) /*@unused@*/ x
-#else
-#define UNUSED(x) x
-#endif
-#endif
-
#define MAKE_ALC_VER(major, minor) (((major)<<8) | (minor))
struct DriverIface {