Remove constructor base() redundancies
This commit is contained in:
@@ -29,7 +29,6 @@ namespace OpenRA.Widgets
|
||||
protected bool isMoving = false;
|
||||
|
||||
public SliderWidget()
|
||||
: base()
|
||||
{
|
||||
GetValue = () => Value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user