mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Remove unnecessary override
This commit is contained in:
parent
78a8a6490e
commit
7ec6ac7b0e
@ -2,7 +2,6 @@
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Input.Events;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Online.Chat;
|
||||
|
||||
@ -40,7 +39,5 @@ namespace osu.Game.Overlays.Chat.Tabs
|
||||
Name = "+";
|
||||
}
|
||||
}
|
||||
|
||||
protected override bool OnMouseUp(MouseUpEvent e) => false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user