aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-03-17 10:54:27 -0700
committerChris Robinson <[email protected]>2014-03-17 10:54:27 -0700
commitdc744730252fda782fd8534d874dec63ed35695b (patch)
tree77f210c77b6d3b2aa6a9c3a2145fd300bea49d23 /OpenAL32/Include
parentd3460381023736746cbaeab9e762c212c3364d4f (diff)
Store the old-style backend funcs in the wrapper
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h1
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;