790 fixed -- Widget.EventHandler was never used, removed

This commit is contained in:
Chris Forbes
2011-05-11 08:13:32 +12:00
committed by Paul Chote
parent ec82e6fe68
commit 178e4664c7

View File

@@ -26,7 +26,6 @@ namespace OpenRA.Widgets
public string Width = "0";
public string Height = "0";
public string Delegate = null;
public string EventHandler = null;
public bool Visible = true;
public readonly List<Widget> Children = new List<Widget>();