diff --git a/OpenRA.Game/Widgets/Widget.cs b/OpenRA.Game/Widgets/Widget.cs index 25d1f1cb72..440941145c 100644 --- a/OpenRA.Game/Widgets/Widget.cs +++ b/OpenRA.Game/Widgets/Widget.cs @@ -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 Children = new List();