mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 20:05:30 +00:00
[Examples] Removed test code committed by mistake
This commit is contained in:
parent
383cea7e82
commit
7829fa66b7
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue