Remove constructor base() redundancies
This commit is contained in:
@@ -27,7 +27,7 @@ namespace OpenRA.Widgets
|
||||
internal List<ChatLine> recentLines = new List<ChatLine>();
|
||||
|
||||
public ChatDisplayWidget()
|
||||
: base() { }
|
||||
{ }
|
||||
|
||||
public override Rectangle EventBounds { get { return Rectangle.Empty; } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user