diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index ddb7f10677..8fbe12ec0e 100644 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -36,9 +36,6 @@ namespace OpenRA.Editor Rules.LoadRules(Game.modData.Manifest, new Map()); surface1.AfterChange += MakeDirty; - - string path = Directory.GetCurrentDirectory(); - Icon = new Icon(path + Path.DirectorySeparatorChar + "OpenRA.Editor" + Path.DirectorySeparatorChar + "OpenRA.Editor.Icon.ico"); } void MakeDirty() { dirty = true; }