unfailing some more radarbin bits

This commit is contained in:
Chris Forbes
2010-04-28 10:55:34 +12:00
parent f57986030b
commit 79558dc57a

View File

@@ -48,16 +48,7 @@ namespace OpenRA.Widgets
string radarCollection; string radarCollection;
public RadarBinWidget() : base() { } public override Widget Clone() { throw new NotImplementedException("Why are you Cloning RadarBin?"); }
public RadarBinWidget(Widget other)
: base(other)
{
throw new NotImplementedException("Why are you Cloning RadarBin?");
}
public override Widget Clone() { return new RadarBinWidget(this); }
public override void Draw(World world) public override void Draw(World world)
{ {