[Examples] Removed test code committed by mistake

This commit is contained in:
thefiddler 2014-09-22 13:52:20 +02:00
parent 383cea7e82
commit 7829fa66b7

View file

@ -100,10 +100,6 @@ namespace Examples
[STAThread]
public static void Main(string[] args)
{
Trace.Listeners.Add(new ConsoleTraceListener());
Tests.GameWindowStates.Main();
return;
if (args.Length > 0)
{
LaunchExample(args[0]);