Minor clean up
This commit is contained in:
@@ -23,8 +23,7 @@ namespace OpenRA.Widgets
|
||||
|
||||
const int logLength = 9;
|
||||
uint totalTicks;
|
||||
|
||||
internal List<ChatLine> recentLines = new List<ChatLine>();
|
||||
List<ChatLine> recentLines = new List<ChatLine>();
|
||||
|
||||
public override Rectangle EventBounds { get { return Rectangle.Empty; } }
|
||||
|
||||
@@ -84,11 +83,6 @@ namespace OpenRA.Widgets
|
||||
recentLines.RemoveAt(0);
|
||||
}
|
||||
|
||||
public void ClearChat()
|
||||
{
|
||||
recentLines = new List<ChatLine>();
|
||||
}
|
||||
|
||||
public override void Tick()
|
||||
{
|
||||
totalTicks++;
|
||||
|
||||
Reference in New Issue
Block a user