diff options
author | Chris Robinson <[email protected]> | 2018-11-15 06:32:01 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-15 06:32:01 -0800 |
commit | 245b7ff0b41ebd43f3c1c53dd90ab0bf358e4c06 (patch) | |
tree | a48dda544928194b84ae71e8789274f6025c7c3e /OpenAL32/Include | |
parent | 7b3a2085aac8eac47f9968f331d3991167793e85 (diff) |
Remove the unused al_string API
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 ee20d5be..53831ccf 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -27,7 +27,6 @@ #include "align.h" #include "atomic.h" #include "vector.h" -#include "alstring.h" #include "almalloc.h" #include "threads.h" |