mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 19:45:29 +00:00
Cleaned up using directives
This commit is contained in:
parent
76a35c0b91
commit
1ba5fd4380
|
@ -1,5 +1,4 @@
|
||||||
using System;
|
// #region License
|
||||||
// #region License
|
|
||||||
//
|
//
|
||||||
// GamePadThumbSticks.cs
|
// GamePadThumbSticks.cs
|
||||||
//
|
//
|
||||||
|
@ -29,8 +28,7 @@
|
||||||
// #endregion
|
// #endregion
|
||||||
|
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System;
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
namespace OpenTK.Input
|
namespace OpenTK.Input
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue