Remove unused method

This commit is contained in:
smoogipoo
2019-10-03 18:43:46 +09:00
parent c5540048ab
commit 2d0c522398
6 changed files with 0 additions and 17 deletions

View File

@ -30,7 +30,5 @@ namespace osu.Game.Tests.Visual
d.Select();
}));
}
protected abstract SelectionBlueprint CreateBlueprint();
}
}