From d6e32a0c4a706d7f3dd278abf30d5c67f4b4914b Mon Sep 17 00:00:00 2001 From: thfrwn Date: Sat, 24 Feb 2018 10:26:05 -0800 Subject: [PATCH] remove using System.Drawing which resolves build namespace error --- src/Helper/ProxyForms/Application.cs | 1 - src/Helper/ProxyForms/Control.cs | 1 - src/Helper/ProxyForms/Cursor.cs | 1 - src/Helper/ProxyForms/Message.cs | 1 - 4 files changed, 4 deletions(-) diff --git a/src/Helper/ProxyForms/Application.cs b/src/Helper/ProxyForms/Application.cs index f6972e0..ae7a600 100644 --- a/src/Helper/ProxyForms/Application.cs +++ b/src/Helper/ProxyForms/Application.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.Reflection; using System.Runtime.InteropServices; using System.Threading; diff --git a/src/Helper/ProxyForms/Control.cs b/src/Helper/ProxyForms/Control.cs index f1b84ab..2a80e52 100644 --- a/src/Helper/ProxyForms/Control.cs +++ b/src/Helper/ProxyForms/Control.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.Runtime.InteropServices; using XnaToFna.ProxyDrawing; diff --git a/src/Helper/ProxyForms/Cursor.cs b/src/Helper/ProxyForms/Cursor.cs index 4cfae8b..ff64fc8 100644 --- a/src/Helper/ProxyForms/Cursor.cs +++ b/src/Helper/ProxyForms/Cursor.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.IO; using System.Runtime.InteropServices; using XnaToFna.ProxyDrawing; diff --git a/src/Helper/ProxyForms/Message.cs b/src/Helper/ProxyForms/Message.cs index 377ee6e..070766b 100644 --- a/src/Helper/ProxyForms/Message.cs +++ b/src/Helper/ProxyForms/Message.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.Runtime.InteropServices; using System.Security; using System.Security.Permissions;