From b8bab98e11aa16cef3c9762ca1f68906ce828d58 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 4 Jun 2010 20:33:16 +0000 Subject: WinGui: # interop - Fix Namespaces - Changed so it's .NET 3.5 compatible. - Removed usings which were not needed and placed usings inside the namespace. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3353 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/interop/InteropUtilities.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'win/C#/interop/InteropUtilities.cs') diff --git a/win/C#/interop/InteropUtilities.cs b/win/C#/interop/InteropUtilities.cs index d53c68883..05f5bfa6e 100644 --- a/win/C#/interop/InteropUtilities.cs +++ b/win/C#/interop/InteropUtilities.cs @@ -2,8 +2,6 @@ { using System; using System.Collections.Generic; - using System.Linq; - using System.Text; using System.Runtime.InteropServices; /// -- cgit v1.2.3