Remove unused GetUnderlyingStream method

This commit is contained in:
Dean Herbert
2020-03-24 14:08:25 +09:00
parent 546772192c
commit 68ebe98fde
5 changed files with 0 additions and 10 deletions

View File

@ -45,7 +45,5 @@ namespace osu.Game.IO.Archives
return buffer;
}
}
public abstract Stream GetUnderlyingStream();
}
}