diff --git a/OpenRA.Mods.Cnc/Widgets/TooltipContainerWidget.cs b/OpenRA.Mods.Cnc/Widgets/TooltipContainerWidget.cs index 68bec20e39..1901bfc5c8 100755 --- a/OpenRA.Mods.Cnc/Widgets/TooltipContainerWidget.cs +++ b/OpenRA.Mods.Cnc/Widgets/TooltipContainerWidget.cs @@ -64,7 +64,5 @@ namespace OpenRA.Mods.Cnc.Widgets } public override string GetCursor(int2 pos) { return null; } - - public override Widget Clone() { throw new NotImplementedException(); } } }