Remove unused class

This commit is contained in:
Dean Herbert 2018-05-15 19:42:30 +09:00
parent 0def847f60
commit 0325b1bd7a
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@
namespace osu.Game.Graphics.UserInterface
{
public class ScreenBreadcrumbControl : ScreenBreadcrumbControl<Screen>
{
}
public class ScreenBreadcrumbControl<T> : BreadcrumbControl<T> where T : Screen
{
private T currentScreen;