From 2df7a657d3971ad842c2974b3b0db340cc8d9766 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 4 Oct 2011 22:35:05 +1300 Subject: [PATCH] remove spurious STAThread attribute from Utility main --- OpenRA.Utility/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Utility/Program.cs b/OpenRA.Utility/Program.cs index dda992a4ac..43751f5aa0 100644 --- a/OpenRA.Utility/Program.cs +++ b/OpenRA.Utility/Program.cs @@ -16,7 +16,6 @@ namespace OpenRA.Utility { class Program { - [STAThread] static void Main(string[] args) { var actions = new Dictionary>()