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:
dhewg 2011-12-14 13:54:10 +01:00 committed by Daniel Gibson
parent f21bda7f2a
commit c1d67445c3

View file

@ -616,7 +616,4 @@ public:
extern idSys * sys;
bool Sys_LoadOpenAL( void );
void Sys_FreeOpenAL( void );
#endif /* !__SYS_PUBLIC__ */