Skip to content

Commit 40a3b53

Browse files
committed
Remove obsolete fucks
1 parent fa452bc commit 40a3b53

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

osu.Game/Graphics/UserInterface/OsuNumberBox.cs

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ namespace osu.Game.Graphics.UserInterface
55
{
66
public partial class OsuNumberBox : OsuTextBox
77
{
8-
protected override bool AllowIme => false;
9-
108
public OsuNumberBox()
119
{
1210
SelectAllOnFocus = true;

osu.Game/Overlays/Settings/SettingsNumberBox.cs

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ public NumberControl()
6666

6767
private partial class OutlinedNumberBox : OutlinedTextBox
6868
{
69-
protected override bool AllowIme => false;
70-
7169
protected override bool CanAddCharacter(char character) => char.IsAsciiDigit(character);
7270

7371
public new void NotifyInputError() => base.NotifyInputError();

0 commit comments

Comments
 (0)