From 6fead2818acf00a63c89ec613230a59bc0c4cab5 Mon Sep 17 00:00:00 2001 From: Jay Arndt Date: Sun, 29 Nov 2015 17:57:12 -0600 Subject: [PATCH] Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis check --- src/sound_openal.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/sound_openal.cpp b/src/sound_openal.cpp index 0c4ae885..e2b6d937 100644 --- a/src/sound_openal.cpp +++ b/src/sound_openal.cpp @@ -269,7 +269,6 @@ private: OnDemandSoundFetcher *m_fetcher; ALCdevice *m_device; ALCcontext *m_context; - bool m_can_vorbis; int m_next_id; std::map > m_buffers; std::map m_sounds_playing; @@ -280,7 +279,6 @@ public: m_fetcher(fetcher), m_device(NULL), m_context(NULL), - m_can_vorbis(false), m_next_id(1), m_is_initialized(false) { @@ -295,14 +293,6 @@ public: return; } - if(alcIsExtensionPresent(m_device, "EXT_vorbis")){ - infostream<<"Audio: Vorbis extension present"<