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