From ef7f31099d61416ff5aafd6c9cd83ee3d5a3ffb4 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Tue, 31 Dec 2013 01:02:07 +0100 Subject: [PATCH] [Input] Removed unnecessary #region --- Source/OpenTK/Input/JoystickButton.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/OpenTK/Input/JoystickButton.cs b/Source/OpenTK/Input/JoystickButton.cs index cf3a9ca6..e8daf6ed 100644 --- a/Source/OpenTK/Input/JoystickButton.cs +++ b/Source/OpenTK/Input/JoystickButton.cs @@ -33,8 +33,6 @@ using System.Text; namespace OpenTK.Input { - #region JoystickButton - /// /// Defines available JoystickDevice buttons. /// @@ -73,6 +71,4 @@ namespace OpenTK.Input /// The sixteenth button of the JoystickDevice. Button15, } - - #endregion }