Remove constructor base() redundancies
This commit is contained in:
@@ -21,7 +21,6 @@ namespace OpenRA.Widgets
|
||||
public Func<string> GetImageCollection;
|
||||
|
||||
public ImageWidget()
|
||||
: base()
|
||||
{
|
||||
GetImageName = () => ImageName;
|
||||
GetImageCollection = () => ImageCollection;
|
||||
|
||||
Reference in New Issue
Block a user