mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 12:01:09 +00:00
Removed obsolete using directives.
This commit is contained in:
parent
ad602ecc92
commit
42ae25022c
|
@ -11,9 +11,7 @@ using System.Drawing;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
|
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using OpenTK.Graphics.OpenGL;
|
|
||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
using OpenTK.Graphics.OpenGL.Enums;
|
|
||||||
using OpenTK.Input;
|
using OpenTK.Input;
|
||||||
|
|
||||||
namespace Examples.Tutorial
|
namespace Examples.Tutorial
|
||||||
|
|
Loading…
Reference in a new issue