diff options
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
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) |