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) {