mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 21:21:02 +00:00
* DesktopGraphicsContext.cs: Removed unecessary using directives.
This commit is contained in:
parent
b5244f22c2
commit
37f5c99d58
|
@ -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