remove spurious Clone() from TooltipContainerWidget; all it did was make the error message *worse*

This commit is contained in:
Chris Forbes
2011-12-13 23:48:32 +13:00
parent bf5be88c75
commit af3d00836a

View File

@@ -64,7 +64,5 @@ namespace OpenRA.Mods.Cnc.Widgets
}
public override string GetCursor(int2 pos) { return null; }
public override Widget Clone() { throw new NotImplementedException(); }
}
}