diff options
author | Chris Robinson <[email protected]> | 2014-03-17 10:54:27 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-03-17 10:54:27 -0700 |
commit | dc744730252fda782fd8534d874dec63ed35695b (patch) | |
tree | 77f210c77b6d3b2aa6a9c3a2145fd300bea49d23 /OpenAL32/Include | |
parent | d3460381023736746cbaeab9e762c212c3364d4f (diff) |
Store the old-style backend funcs in the wrapper
Diffstat (limited to 'OpenAL32/Include')
-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 9cc6f9af..bb7d9367 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -676,7 +676,6 @@ struct ALCdevice_struct struct ALCbackend *Backend; - BackendFuncs *Funcs; void *ExtraData; // For the backend's use ALCdevice *volatile next; |