Remove Windows.Forms dependencies from game and utility. Fixes #4348.

This commit is contained in:
Paul Chote
2014-05-03 21:30:34 +12:00
parent 6b8bd47143
commit 3965535f3f
4 changed files with 2 additions and 8 deletions

View File

@@ -13,7 +13,6 @@ using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace OpenRA
{
@@ -22,9 +21,6 @@ namespace OpenRA
[STAThread]
static void Main(string[] args)
{
// brutal hack
Application.CurrentCulture = CultureInfo.InvariantCulture;
if (Debugger.IsAttached || args.Contains("--just-die"))
{
Run(args);