remove spurious STAThread attribute from Utility main

This commit is contained in:
Chris Forbes
2011-10-04 22:35:05 +13:00
parent 8174e7fffb
commit 2df7a657d3

View File

@@ -16,7 +16,6 @@ namespace OpenRA.Utility
{
class Program
{
[STAThread]
static void Main(string[] args)
{
var actions = new Dictionary<string, Action<string[]>>()