From 37f5c99d580fe7303d6650f3972291bce54aa401 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 25 Aug 2009 10:36:46 +0000 Subject: [PATCH] * DesktopGraphicsContext.cs: Removed unecessary using directives. --- Source/OpenTK/Platform/DesktopGraphicsContext.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/OpenTK/Platform/DesktopGraphicsContext.cs b/Source/OpenTK/Platform/DesktopGraphicsContext.cs index f667fa70..85ab12a4 100644 --- a/Source/OpenTK/Platform/DesktopGraphicsContext.cs +++ b/Source/OpenTK/Platform/DesktopGraphicsContext.cs @@ -26,9 +26,6 @@ #endregion using System; -using System.Collections.Generic; -using System.Text; -using System.Diagnostics; using OpenTK.Graphics; namespace OpenTK.Platform