diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-10-26 08:42:45 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-10-26 08:42:45 +0800 |
commit | a687ab04ae1d06120cc463706cc3bba7cb6aceb3 (patch) | |
tree | 148a82fcaa8f9d31b56e4d482c87e67a574d2a1b /indra/llaudio | |
parent | 46273f40e8116a06bf7460903a1451e88ca2fad4 (diff) |
Revert "OpenAL createDefaultStreamingAudioImpl stub"
This reverts commit b6574337ed3fd7749db6185501cd444305d44905.
Diffstat (limited to 'indra/llaudio')
-rw-r--r-- | indra/llaudio/llaudioengine_openal.cpp | 5 | ||||
-rw-r--r-- | indra/llaudio/llaudioengine_openal.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/indra/llaudio/llaudioengine_openal.cpp b/indra/llaudio/llaudioengine_openal.cpp index bd262f253b..0a79614424 100644 --- a/indra/llaudio/llaudioengine_openal.cpp +++ b/indra/llaudio/llaudioengine_openal.cpp @@ -119,11 +119,6 @@ std::string LLAudioEngine_OpenAL::getDriverName(bool verbose) return version.str(); } -LLStreamingAudioInterface *LLAudioEngine_OpenAL::createDefaultStreamingAudioImpl() const -{ - return NULL; -} - // virtual void LLAudioEngine_OpenAL::allocateListener() { diff --git a/indra/llaudio/llaudioengine_openal.h b/indra/llaudio/llaudioengine_openal.h index 49ff484809..a3cab97cd2 100644 --- a/indra/llaudio/llaudioengine_openal.h +++ b/indra/llaudio/llaudioengine_openal.h @@ -42,7 +42,6 @@ class LLAudioEngine_OpenAL : public LLAudioEngine virtual bool init(void *user_data, const std::string &app_title); virtual std::string getDriverName(bool verbose); - virtual LLStreamingAudioInterface* createDefaultStreamingAudioImpl() const; virtual void allocateListener(); virtual void shutdown(); |