Remove constructor base() redundancies
This commit is contained in:
@@ -48,7 +48,6 @@ namespace OpenRA.Widgets
|
||||
public Action<KeyInput> OnKeyPress = _ => {};
|
||||
|
||||
public ButtonWidget()
|
||||
: base()
|
||||
{
|
||||
GetText = () => { return Text; };
|
||||
OnMouseUp = _ => OnClick();
|
||||
|
||||
Reference in New Issue
Block a user