diff options
author | Chris Robinson <[email protected]> | 2018-01-15 07:14:35 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-15 07:14:35 -0800 |
commit | 5acb2e5165abcfdc61bc8d4702425923343c07df (patch) | |
tree | 878b646aea950df8561f585e6dcf4195d4a39765 /examples | |
parent | 682205a3d44da7ff2402c7323033a1aabf2477ef (diff) |
Remove alffplay's duplicate ALC_SOFT_device_clock declarations
Diffstat (limited to 'examples')
-rw-r--r-- | examples/alffplay.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp index b57de5e4..65719807 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -37,20 +37,6 @@ extern "C" { #include "AL/al.h" #include "AL/alext.h" -extern "C" { -#ifndef ALC_SOFT_device_clock -#define ALC_SOFT_device_clock 1 -typedef int64_t ALCint64SOFT; -typedef uint64_t ALCuint64SOFT; -#define ALC_DEVICE_CLOCK_SOFT 0x1600 -#define ALC_DEVICE_LATENCY_SOFT 0x1601 -#define ALC_DEVICE_CLOCK_LATENCY_SOFT 0x1602 -#define AL_SAMPLE_OFFSET_CLOCK_SOFT 0x1202 -#define AL_SEC_OFFSET_CLOCK_SOFT 0x1203 -typedef void (ALC_APIENTRY*LPALCGETINTEGER64VSOFT)(ALCdevice *device, ALCenum pname, ALsizei size, ALCint64SOFT *values); -#endif -} // extern "C" - namespace { using nanoseconds = std::chrono::nanoseconds; |