diff options
author | Chris Robinson <[email protected]> | 2015-09-21 05:52:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-21 05:52:01 -0700 |
commit | a774408753bebd0a2acf3b0b7d6d24d6e2e43606 (patch) | |
tree | 37bc450d845d4ac71138f0bd1c3b928922851dae /OpenAL32/Include/alMain.h | |
parent | 5f5eebc4df536daef7f68d02f7a0c751c8dc0f79 (diff) |
Get rid of ALCdevice_GetLatency
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 4c91336d..9d76fcd2 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -828,7 +828,6 @@ void AppendCaptureDeviceList(const ALCchar *name); void ALCdevice_Lock(ALCdevice *device); void ALCdevice_Unlock(ALCdevice *device); -ALint64 ALCdevice_GetLatency(ALCdevice *device); void ALCcontext_DeferUpdates(ALCcontext *context); void ALCcontext_ProcessUpdates(ALCcontext *context); |