[Input] Removed unnecessary #region

This commit is contained in:
thefiddler 2013-12-31 01:02:07 +01:00
parent 7d4d116ce9
commit ef7f31099d

View file

@ -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
} }