mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Remove Sys_LoadOpenAL() and Sys_FreeOpenAL()
This is not required anymore, all binaries on all platforms either link against OpenAL or use the stub.
This commit is contained in:
parent
f21bda7f2a
commit
c1d67445c3
1 changed files with 0 additions and 3 deletions
|
@ -616,7 +616,4 @@ public:
|
|||
|
||||
extern idSys * sys;
|
||||
|
||||
bool Sys_LoadOpenAL( void );
|
||||
void Sys_FreeOpenAL( void );
|
||||
|
||||
#endif /* !__SYS_PUBLIC__ */
|
||||
|
|
Loading…
Reference in a new issue