removed dead code
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6608 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
745f0912e6
commit
8a8f7088fe
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user