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