remove unnecessary overrides

This commit is contained in:
David Zhao 2019-07-25 11:20:24 +09:00
parent bbcc8f0721
commit e63c97b306
1 changed files with 0 additions and 4 deletions

View File

@ -103,9 +103,5 @@ public Footer()
updateModeLight();
}
protected override bool OnMouseDown(MouseDownEvent e) => false;
protected override bool OnClick(ClickEvent e) => false;
}
}