From a7b4e0b5c5eefb8476836aad094035bd0a5cbcd5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 21 Nov 2010 06:32:59 -0800 Subject: Get rid of the device timer stuff --- OpenAL32/Include/alMain.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 80d25e52..41189010 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -84,11 +84,6 @@ AL_API ALvoid AL_APIENTRY alUnmapDatabufferEXT(ALuint uiBuffer); #define AL_LOOP_POINTS 0x2015 #endif -#ifndef ALC_EXT_device_time -#define ALC_EXT_device_time 1 -#define ALC_GET_TIME_EXT 0x314 -#define ALC_GET_TIME_RES_EXT 0x315 -#endif #if defined(HAVE_STDINT_H) #include @@ -279,8 +274,6 @@ typedef struct { void (*StopCapture)(ALCdevice*); void (*CaptureSamples)(ALCdevice*, void*, ALCuint); ALCuint (*AvailableSamples)(ALCdevice*); - - ALuint64 (*GetTime)(ALCdevice*); } BackendFuncs; enum { @@ -416,12 +409,6 @@ struct ALCdevice_struct ALCcontext **Contexts; ALuint NumContexts; - // Number of samples rendered by this device - ALuint64 SamplesPlayed; - - // Precision of this device's timing - ALuint64 TimeRes; - BackendFuncs *Funcs; void *ExtraData; // For the backend's use -- cgit v1.2.3