mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 02:25:34 +00:00
[EGL] Removed unnecessary OpenTK.Platform.Windows reference
This commit is contained in:
parent
c6dcca0772
commit
925abfdb10
|
@ -26,10 +26,8 @@
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
using OpenTK.Graphics;
|
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using OpenTK.Platform.Windows;
|
using OpenTK.Graphics;
|
||||||
|
|
||||||
namespace OpenTK.Platform.Egl
|
namespace OpenTK.Platform.Egl
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue