Remove HandleInput override from TriangleButton

This commit is contained in:
Dean Herbert 2017-11-27 18:19:06 +09:00
parent 760f7d02d9
commit 51372d7cda
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ public TriangleButton()
Font = @"Exo2.0-Bold",
};
public override bool HandleInput => Action != null;
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{