From f7d7afb7c13b1b99b932b776f127d2ff5048b7f6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 22 Nov 2014 16:39:08 -0800 Subject: [PATCH] Remove an unused macro --- OpenAL32/Include/alMain.h | 3 --- 1 file changed, 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) -- 2.11.4.GIT