mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove now unused class
This commit is contained in:
@ -143,7 +143,6 @@ namespace osu.Game.Tests.Visual
|
||||
n.Size = DrawSize;
|
||||
n.Shared = sharedData;
|
||||
|
||||
|
||||
base.ApplyDrawNode(node);
|
||||
}
|
||||
|
||||
@ -213,11 +212,6 @@ namespace osu.Game.Tests.Visual
|
||||
Shader.Unbind();
|
||||
}
|
||||
}
|
||||
|
||||
private class NonInputBox : Box
|
||||
{
|
||||
public override bool HandleInput => false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user