mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Remove unused method
This commit is contained in:
@ -477,8 +477,6 @@ namespace osu.Game.Overlays.Comments
|
|||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool ContainsReply(long replyId) => loadedReplies.ContainsKey(replyId);
|
|
||||||
|
|
||||||
private void onRepliesAdded(IEnumerable<DrawableComment> replies)
|
private void onRepliesAdded(IEnumerable<DrawableComment> replies)
|
||||||
{
|
{
|
||||||
var page = createRepliesPage(replies);
|
var page = createRepliesPage(replies);
|
||||||
|
Reference in New Issue
Block a user