Remove left-over dead code

This commit is contained in:
Jonas Kulla 2014-10-21 19:51:08 +02:00
parent 4a8b0f30c8
commit 8e1852a281
1 changed files with 0 additions and 2 deletions

View File

@ -843,6 +843,4 @@ ALDataSource *createMidiSource(SDL_RWops &ops,
bool looped)
{
return new MidiSource(ops, looped);
return 0;
}