diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-10-26 08:42:45 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-10-26 10:01:39 +0800 |
commit | a20e486ab91a6be322c7895739610f89ceb03f90 (patch) | |
tree | 69f417876d5ebdd9a3bc9a2cca1cf4e6f95c819a /indra/llaudio | |
parent | 50d273aa3011fa7655575c89d4bd36dce9d2ff16 (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(); |