removed dead code

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6608 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2004-02-16 20:53:13 +00:00
parent 745f0912e6
commit 8a8f7088fe

View File

@ -312,12 +312,6 @@ done:
Decoder *
SpeexDecoderPlugin::NewDecoder(uint index)
{
static BLocker locker;
static bool initdone = false;
BAutolock lock(locker);
if (!initdone) {
initdone = true;
}
return new SpeexDecoder;
}