aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-22 16:39:08 -0800
committerChris Robinson <[email protected]>2014-11-22 16:39:08 -0800
commitf7d7afb7c13b1b99b932b776f127d2ff5048b7f6 (patch)
tree66c2231468159c5fa2f7fde13500674a5f6b0983
parenta217be15396700c024eaed8264a6233a15595e77 (diff)
Remove an unused macro
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index bcb278dd..c90a58cd 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -744,9 +744,6 @@ struct ALCdevice_struct
// Specifies if the device is currently running
#define DEVICE_RUNNING (1<<31)
-/* Invalid channel offset */
-#define INVALID_OFFSET (~0u)
-
/* Nanosecond resolution for the device clock time. */
#define DEVICE_CLOCK_RES U64(1000000000)