mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-20 16:57:55 +00:00
* DesktopGraphicsContext.cs: Removed unecessary using directives.
This commit is contained in:
parent
0089e89202
commit
0ab4a76b6f
|
@ -26,9 +26,6 @@
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Text;
|
|
||||||
using System.Diagnostics;
|
|
||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
|
|
||||||
namespace OpenTK.Platform
|
namespace OpenTK.Platform
|
||||||
|
|
Loading…
Reference in a new issue