From 178e4664c7978ee808bc2734f6429fc77f361b51 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Wed, 11 May 2011 08:13:32 +1200 Subject: [PATCH] 790 fixed -- Widget.EventHandler was never used, removed --- OpenRA.Game/Widgets/Widget.cs | 1 - 1 file changed, 1 deletion(-) 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();