Remove constructor base() redundancies
This commit is contained in:
@@ -22,7 +22,7 @@ namespace OpenRA.Widgets
|
||||
float offset = 0f;
|
||||
float tickStep = 0.04f;
|
||||
|
||||
public ProgressBarWidget() : base() {}
|
||||
public ProgressBarWidget() {}
|
||||
protected ProgressBarWidget(ProgressBarWidget widget)
|
||||
: base(widget)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user