mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Remove unused class
This commit is contained in:
@ -8,10 +8,6 @@ using osu.Framework.Screens;
|
|||||||
|
|
||||||
namespace osu.Game.Graphics.UserInterface
|
namespace osu.Game.Graphics.UserInterface
|
||||||
{
|
{
|
||||||
public class ScreenBreadcrumbControl : ScreenBreadcrumbControl<Screen>
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public class ScreenBreadcrumbControl<T> : BreadcrumbControl<T> where T : Screen
|
public class ScreenBreadcrumbControl<T> : BreadcrumbControl<T> where T : Screen
|
||||||
{
|
{
|
||||||
private T currentScreen;
|
private T currentScreen;
|
||||||
|
Reference in New Issue
Block a user