mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 17:15:34 +00:00
[Input] Removed unnecessary #region
This commit is contained in:
parent
7d4d116ce9
commit
ef7f31099d
|
@ -33,8 +33,6 @@ using System.Text;
|
||||||
|
|
||||||
namespace OpenTK.Input
|
namespace OpenTK.Input
|
||||||
{
|
{
|
||||||
#region JoystickButton
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines available JoystickDevice buttons.
|
/// Defines available JoystickDevice buttons.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -73,6 +71,4 @@ namespace OpenTK.Input
|
||||||
/// <summary>The sixteenth button of the JoystickDevice.</summary>
|
/// <summary>The sixteenth button of the JoystickDevice.</summary>
|
||||||
Button15,
|
Button15,
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue