Skip to content

Commit

Permalink
Merge pull request #7 from thfrwn/master
Browse files Browse the repository at this point in the history
remove `using System.Drawing` which resolves build namespace error
  • Loading branch information
0x0ade authored Feb 24, 2018
2 parents 7ec0560 + d6e32a0 commit c9b6736
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Helper/ProxyForms/Application.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
Expand Down
1 change: 0 additions & 1 deletion src/Helper/ProxyForms/Control.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Runtime.InteropServices;
using XnaToFna.ProxyDrawing;

Expand Down
1 change: 0 additions & 1 deletion src/Helper/ProxyForms/Cursor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using XnaToFna.ProxyDrawing;
Expand Down
1 change: 0 additions & 1 deletion src/Helper/ProxyForms/Message.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Permissions;
Expand Down

0 comments on commit c9b6736

Please sign in to comment.