From f99d6a2c1c0cf6042d02040a00dc080cf76d357d Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 8 Nov 2010 21:47:24 +0000 Subject: [PATCH] Removed obsolete System.Windows.Forms reference. --- Source/OpenTK/Platform/Utilities.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/OpenTK/Platform/Utilities.cs b/Source/OpenTK/Platform/Utilities.cs index ae44a2f4..4dd5aeb7 100644 --- a/Source/OpenTK/Platform/Utilities.cs +++ b/Source/OpenTK/Platform/Utilities.cs @@ -9,7 +9,6 @@ using System; using System.Collections.Generic; using System.Text; -using System.Windows.Forms; using System.Runtime.InteropServices; using System.Reflection; using System.Diagnostics;