Skip to content

Commit

Permalink
Remove obsolete fucks
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jan 19, 2025
1 parent fa452bc commit 40a3b53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions osu.Game/Graphics/UserInterface/OsuNumberBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ namespace osu.Game.Graphics.UserInterface
{
public partial class OsuNumberBox : OsuTextBox
{
protected override bool AllowIme => false;

public OsuNumberBox()
{
SelectAllOnFocus = true;
Expand Down
2 changes: 0 additions & 2 deletions osu.Game/Overlays/Settings/SettingsNumberBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ public NumberControl()

private partial class OutlinedNumberBox : OutlinedTextBox
{
protected override bool AllowIme => false;

protected override bool CanAddCharacter(char character) => char.IsAsciiDigit(character);

public new void NotifyInputError() => base.NotifyInputError();
Expand Down

0 comments on commit 40a3b53

Please sign in to comment.