removed dead code
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6608 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -312,12 +312,6 @@ done:
|
|||||||
Decoder *
|
Decoder *
|
||||||
SpeexDecoderPlugin::NewDecoder(uint index)
|
SpeexDecoderPlugin::NewDecoder(uint index)
|
||||||
{
|
{
|
||||||
static BLocker locker;
|
|
||||||
static bool initdone = false;
|
|
||||||
BAutolock lock(locker);
|
|
||||||
if (!initdone) {
|
|
||||||
initdone = true;
|
|
||||||
}
|
|
||||||
return new SpeexDecoder;
|
return new SpeexDecoder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user