Remove constructor base() redundancies
This commit is contained in:
@@ -41,7 +41,6 @@ namespace OpenRA.Widgets
|
||||
public string AxisFont;
|
||||
|
||||
public LineGraphWidget()
|
||||
: base()
|
||||
{
|
||||
GetValueFormat = () => ValueFormat;
|
||||
GetXAxisValueFormat = () => XAxisValueFormat;
|
||||
|
||||
Reference in New Issue
Block a user