X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56dc1ffd50dac2369237e528abca6c12ea179c19..b51b78a9c7b50053cdcf4a22d2222500a20eb8ee:/utils/wxMMedia2/lib/sndcodec.cpp diff --git a/utils/wxMMedia2/lib/sndcodec.cpp b/utils/wxMMedia2/lib/sndcodec.cpp index bef4e8326a..5d277dc7ce 100644 --- a/utils/wxMMedia2/lib/sndcodec.cpp +++ b/utils/wxMMedia2/lib/sndcodec.cpp @@ -32,11 +32,6 @@ bool wxSoundStreamCodec::StopProduction() return m_sndio->StopProduction(); } -void wxSoundStreamCodec::SetDuplexMode(bool duplex) -{ - m_sndio->SetDuplexMode(duplex); -} - wxUint32 wxSoundStreamCodec::GetBestSize() const { return m_sndio->GetBestSize();