mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 11:55:38 +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]
|
[STAThread]
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
Trace.Listeners.Add(new ConsoleTraceListener());
|
|
||||||
Tests.GameWindowStates.Main();
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (args.Length > 0)
|
if (args.Length > 0)
|
||||||
{
|
{
|
||||||
LaunchExample(args[0]);
|
LaunchExample(args[0]);
|
||||||
|
|
Loading…
Reference in a new issue