Remove an unused macro

This commit is contained in:
Chris Robinson 2014-11-22 16:39:08 -08:00
parent a217be1539
commit f7d7afb7c1

View File

@ -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)