[EGL] Removed unnecessary OpenTK.Platform.Windows reference
This commit is contained in:
parent
c6dcca0772
commit
925abfdb10
1 changed files with 1 additions and 3 deletions
|
@ -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