From 58b67d31e3e6243f767c47952a1ae9739912b06e Mon Sep 17 00:00:00 2001 From: "Stefanos A." Date: Tue, 24 Dec 2013 12:52:57 +0100 Subject: [PATCH] No reason to comment out #region License --- Source/OpenTK/Input/GamePadCapabilities.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/OpenTK/Input/GamePadCapabilities.cs b/Source/OpenTK/Input/GamePadCapabilities.cs index 2db7b612..7fbe8055 100644 --- a/Source/OpenTK/Input/GamePadCapabilities.cs +++ b/Source/OpenTK/Input/GamePadCapabilities.cs @@ -1,4 +1,4 @@ -// #region License +#region License // // GamePadCapabilities.cs // @@ -25,7 +25,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. // -// #endregion +#endregion using System;