Remove left-over dead code
This commit is contained in:
parent
4a8b0f30c8
commit
8e1852a281
|
@ -843,6 +843,4 @@ ALDataSource *createMidiSource(SDL_RWops &ops,
|
|||
bool looped)
|
||||
{
|
||||
return new MidiSource(ops, looped);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue