Remove redundant constructors

This commit is contained in:
ScottNZ
2014-06-14 01:51:13 +12:00
parent 91bc1acca3
commit 375fc1c5f1
3 changed files with 0 additions and 6 deletions

View File

@@ -22,8 +22,6 @@ namespace OpenRA.Mods.RA
{
World world;
public DevCommands() { }
public void WorldLoaded(World w, WorldRenderer wr)
{
world = w;