mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Remove now unused class
This commit is contained in:
parent
319649f446
commit
3eeb36cbd4
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user