From 8733f809a52d8f81f19bdd7f283eda6513a6869d Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 30 Dec 2017 21:10:57 +0900 Subject: [PATCH] Remove chat overlay local override --- osu.Game/Overlays/ChatOverlay.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Game/Overlays/ChatOverlay.cs b/osu.Game/Overlays/ChatOverlay.cs index 9f40a08ad2..32e253f621 100644 --- a/osu.Game/Overlays/ChatOverlay.cs +++ b/osu.Game/Overlays/ChatOverlay.cs @@ -240,8 +240,6 @@ public void APIStateChanged(APIAccess api, APIState state) public override bool AcceptsFocus => true; - protected override bool OnClick(InputState state) => true; - protected override void OnFocus(InputState state) { //this is necessary as textbox is masked away and therefore can't get focus :(