1
0
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:
Dean Herbert 2019-07-26 13:15:36 +09:00
parent 78a8a6490e
commit 7ec6ac7b0e

View File

@ -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;
}
}