Remove an unused macro

This commit is contained in:
Chris Robinson 2019-01-08 21:51:56 -08:00
parent a46f1f810d
commit 173c97c2db

View File

@ -757,10 +757,6 @@ struct ALCdevice {
#define DEVICE_RUNNING (1u<<31)
/* Nanosecond resolution for the device clock time. */
#define DEVICE_CLOCK_RES 1000000000_u64
/* Must be less than 15 characters (16 including terminating null) for
* compatibility with pthread_setname_np limitations. */
#define MIXER_THREAD_NAME "alsoft-mixer"