aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-01-08 21:51:56 -0800
committerChris Robinson <[email protected]>2019-01-08 21:51:56 -0800
commit173c97c2db9fb665ab97870c674483e47ba491c6 (patch)
tree4906a566c87bdf4500ab84472bf1aa5addfaef30 /OpenAL32/Include/alMain.h
parenta46f1f810d193830fe14e0cb6be8231970c96b96 (diff)
Remove an unused macro
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index bea48296..9934a193 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -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"