From 79558dc57aa70a4f89e7393c835e7bad5b86bcfa Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Wed, 28 Apr 2010 10:55:34 +1200 Subject: [PATCH] unfailing some more radarbin bits --- OpenRA.Game/Widgets/RadarBinWidget.cs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/OpenRA.Game/Widgets/RadarBinWidget.cs b/OpenRA.Game/Widgets/RadarBinWidget.cs index f8d223e1b6..98fae89907 100644 --- a/OpenRA.Game/Widgets/RadarBinWidget.cs +++ b/OpenRA.Game/Widgets/RadarBinWidget.cs @@ -48,16 +48,7 @@ namespace OpenRA.Widgets string radarCollection; - public RadarBinWidget() : base() { } - - public RadarBinWidget(Widget other) - : base(other) - { - throw new NotImplementedException("Why are you Cloning RadarBin?"); - } - - public override Widget Clone() { return new RadarBinWidget(this); } - + public override Widget Clone() { throw new NotImplementedException("Why are you Cloning RadarBin?"); } public override void Draw(World world) {