Removed unused using statements.

This commit is contained in:
Jarl Gullberg 2017-07-20 21:32:51 +02:00
parent 5b03732763
commit 094580daa3
No known key found for this signature in database
GPG key ID: FBB69BD7CAE095A0
207 changed files with 13 additions and 509 deletions

View file

@ -25,9 +25,6 @@
using System; using System;
using System.IO; using System.IO;
using System.Text.RegularExpressions;
using Bind.Structures;
using Enum=Bind.Structures.Enum;
namespace Bind namespace Bind
{ {

View file

@ -1,12 +1,3 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Xml.XPath;
using Bind.GL2;
using Bind.Structures;
using Delegate=Bind.Structures.Delegate;
using Enum=Bind.Structures.Enum;
namespace Bind.CL namespace Bind.CL
{ {
internal class CLGenerator : ES.ESGenerator internal class CLGenerator : ES.ESGenerator

View file

@ -3,9 +3,7 @@ using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Linq; using System.Xml.Linq;
using System.Xml.XPath; using System.Xml.XPath;

View file

@ -1,11 +1,5 @@
using System; using System.IO;
using System.Collections.Generic;
using System.IO;
using System.Xml.XPath;
using Bind.GL2; using Bind.GL2;
using Bind.Structures;
using Delegate=Bind.Structures.Delegate;
using Enum=Bind.Structures.Enum;
namespace Bind.ES namespace Bind.ES
{ {

View file

@ -1,11 +1,5 @@
using System; using System.IO;
using System.Collections.Generic;
using System.IO;
using System.Xml.XPath;
using Bind.GL2; using Bind.GL2;
using Bind.Structures;
using Delegate=Bind.Structures.Delegate;
using Enum=Bind.Structures.Enum;
namespace Bind.ES namespace Bind.ES
{ {

View file

@ -1,11 +1,5 @@
using System; using System.IO;
using System.Collections.Generic;
using System.IO;
using System.Xml.XPath;
using Bind.GL2; using Bind.GL2;
using Bind.Structures;
using Delegate=Bind.Structures.Delegate;
using Enum=Bind.Structures.Enum;
namespace Bind.ES namespace Bind.ES
{ {

View file

@ -1,11 +1,5 @@
using System; using System.IO;
using System.Collections.Generic;
using System.IO;
using System.Xml.XPath;
using Bind.GL2; using Bind.GL2;
using Bind.Structures;
using Delegate=Bind.Structures.Delegate;
using Enum=Bind.Structures.Enum;
namespace Bind.ES namespace Bind.ES
{ {

View file

@ -26,7 +26,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Globalization; using System.Globalization;
using System.IO;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Xml.XPath; using System.Xml.XPath;

View file

@ -26,7 +26,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.IO;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
@ -36,7 +35,6 @@ using Delegate = Bind.Structures.Delegate;
namespace Bind namespace Bind
{ {
using Enum = Bind.Structures.Enum;
using Type = Bind.Structures.Type; using Type = Bind.Structures.Type;
internal class FuncProcessor internal class FuncProcessor

View file

@ -25,7 +25,6 @@
// THE SOFTWARE. // THE SOFTWARE.
// //
using System;
using System.IO; using System.IO;
namespace Bind.GL2 namespace Bind.GL2

View file

@ -23,11 +23,7 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq;
using System.Text;
namespace Bind.GL2 namespace Bind.GL2
{ {

View file

@ -4,15 +4,10 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Xml.XPath;
using Bind.Structures; using Bind.Structures;
using Delegate=Bind.Structures.Delegate;
using Enum=Bind.Structures.Enum;
using Type=Bind.Structures.Type;
namespace Bind.GL2 namespace Bind.GL2
{ {

View file

@ -3,7 +3,6 @@
*/ */
using System.Collections.Generic; using System.Collections.Generic;
using System.IO;
using Bind.Structures; using Bind.Structures;
namespace Bind namespace Bind

View file

@ -5,8 +5,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection; using System.Reflection;
using System.Security; using System.Security;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;

View file

@ -6,7 +6,6 @@ using System;
using System.Diagnostics; using System.Diagnostics;
using System.Globalization; using System.Globalization;
using System.Linq; using System.Linq;
using System.Text;
namespace Bind.Structures namespace Bind.Structures
{ {

View file

@ -4,12 +4,9 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Xml.XPath;
namespace Bind.Structures namespace Bind.Structures
{ {

View file

@ -25,7 +25,6 @@
// THE SOFTWARE. // THE SOFTWARE.
// //
using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace Bind.Structures namespace Bind.Structures

View file

@ -4,10 +4,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO;
using System.Linq; using System.Linq;
using System.Text;
using System.Xml.XPath;
namespace Bind.Structures namespace Bind.Structures
{ {

View file

@ -6,7 +6,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Text; using System.Text;
using System.Xml.XPath;
namespace Bind.Structures namespace Bind.Structures
{ {

View file

@ -3,10 +3,6 @@
*/ */
using System; using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Xml.XPath;
namespace Bind.Structures namespace Bind.Structures
{ {

View file

@ -26,9 +26,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Xml.XPath; using System.Xml.XPath;
using Bind.Structures; using Bind.Structures;

View file

@ -28,7 +28,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Runtime.InteropServices;
namespace OpenTK.Platform.MacOS namespace OpenTK.Platform.MacOS
{ {

View file

@ -26,7 +26,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Text;
using OpenTK.Graphics; using OpenTK.Graphics;
namespace OpenTK.Platform.MacOS namespace OpenTK.Platform.MacOS

View file

@ -23,9 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using OpenTK.Graphics; using OpenTK.Graphics;

View file

@ -24,17 +24,12 @@
// //
using System; using System;
using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
using System.Diagnostics; using System.Diagnostics;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using OpenTK.Platform; using OpenTK.Platform;
using OpenTK.Graphics; using OpenTK.Graphics;
using OpenTK.Graphics.OpenGL;
namespace OpenTK namespace OpenTK
{ {

View file

@ -24,8 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using OpenTK.Graphics; using OpenTK.Graphics;

View file

@ -23,10 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Text;
using OpenTK.Graphics; using OpenTK.Graphics;
using OpenTK.Platform; using OpenTK.Platform;

View file

@ -23,10 +23,7 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using OpenTK.Graphics; using OpenTK.Graphics;
using OpenTK.Platform; using OpenTK.Platform;

View file

@ -24,8 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using OpenTK.Graphics; using OpenTK.Graphics;

View file

@ -5,8 +5,6 @@
*/ */
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View file

@ -26,9 +26,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
using OpenTK.Audio.OpenAL; using OpenTK.Audio.OpenAL;
namespace OpenTK.Audio namespace OpenTK.Audio

View file

@ -24,10 +24,6 @@
// //
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Audio namespace OpenTK.Audio
{ {
/// <summary>Represents exceptions related to an OpenTK.Audio.AudioContext.</summary> /// <summary>Represents exceptions related to an OpenTK.Audio.AudioContext.</summary>

View file

@ -25,7 +25,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics; using System.Diagnostics;
using OpenTK.Audio.OpenAL; using OpenTK.Audio.OpenAL;

View file

@ -24,9 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
using OpenTK.Audio.OpenAL; using OpenTK.Audio.OpenAL;
namespace OpenTK.Audio namespace OpenTK.Audio

View file

@ -24,10 +24,6 @@
// //
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Audio namespace OpenTK.Audio
{ {
/// <summary>Represents exceptions related to an OpenTK.Audio device.</summary> /// <summary>Represents exceptions related to an OpenTK.Audio device.</summary>

View file

@ -25,8 +25,6 @@
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Audio namespace OpenTK.Audio
{ {

View file

@ -23,10 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Audio namespace OpenTK.Audio
{ {
/// <summary>Represents exceptions related to invalid values.</summary> /// <summary>Represents exceptions related to invalid values.</summary>

View file

@ -9,8 +9,6 @@ using System;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Security; using System.Security;
using OpenTK;
/* Type Mapping /* Type Mapping
// 8-bit boolean // 8-bit boolean
typedef char ALboolean; typedef char ALboolean;

View file

@ -5,8 +5,6 @@
* See license.txt for license details * See license.txt for license details
* http://www.OpenTK.net */ * http://www.OpenTK.net */
using System;
namespace OpenTK.Audio.OpenAL namespace OpenTK.Audio.OpenAL
{ {

View file

@ -5,8 +5,6 @@
* See license.txt for license details * See license.txt for license details
* http://www.OpenTK.net */ * http://www.OpenTK.net */
using System;
namespace OpenTK.Audio.OpenAL namespace OpenTK.Audio.OpenAL
{ {
///<summary>A list of valid 32-bit Float Effect/GetEffect parameters</summary> ///<summary>A list of valid 32-bit Float Effect/GetEffect parameters</summary>

View file

@ -24,8 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK namespace OpenTK
{ {

View file

@ -24,11 +24,8 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text; using System.Text;
using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Diagnostics;
namespace OpenTK namespace OpenTK
{ {

View file

@ -24,8 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection; using System.Reflection;

View file

@ -23,10 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,9 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Runtime.InteropServices;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,10 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,8 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,12 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Security;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,10 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,9 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Runtime.InteropServices;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,9 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Runtime.InteropServices;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,9 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Runtime.InteropServices;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,9 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Runtime.InteropServices;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,9 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Runtime.InteropServices;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,9 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Runtime.InteropServices;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -23,9 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Runtime.InteropServices;
namespace OpenTK.Compute namespace OpenTK.Compute
{ {

View file

@ -24,12 +24,8 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics; using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Reflection;
namespace OpenTK namespace OpenTK
{ {

View file

@ -5,8 +5,6 @@
*/ */
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK namespace OpenTK
{ {

View file

@ -25,7 +25,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics;
#if !MINIMAL #if !MINIMAL
using System.Drawing; using System.Drawing;
#endif #endif

View file

@ -23,10 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK namespace OpenTK
{ {
/// <summary> /// <summary>

View file

@ -5,9 +5,6 @@
*/ */
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
#if !MINIMAL #if !MINIMAL
using System.Drawing; using System.Drawing;
#endif #endif

View file

@ -24,15 +24,10 @@
// //
using System; using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics; using System.Diagnostics;
#if !MINIMAL #if !MINIMAL
using System.Drawing;
#endif #endif
using System.Threading;
using OpenTK.Graphics; using OpenTK.Graphics;
using OpenTK.Input;
using OpenTK.Platform; using OpenTK.Platform;
namespace OpenTK namespace OpenTK

View file

@ -24,12 +24,9 @@
// //
using System; using System;
using System.Collections.Generic;
#if !MINIMAL #if !MINIMAL
using System.Drawing; using System.Drawing;
#endif #endif
using System.Text;
using System.Xml.Serialization;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {

View file

@ -24,8 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {

View file

@ -26,9 +26,8 @@
namespace OpenTK.Graphics.ES10 namespace OpenTK.Graphics.ES10
{ {
using System; using System;
using System.Text;
using System.Runtime.InteropServices; #pragma warning disable 3019
#pragma warning disable 3019
#pragma warning disable 1591 #pragma warning disable 1591
partial class GL partial class GL

View file

@ -26,7 +26,6 @@
namespace OpenTK.Graphics.ES10 namespace OpenTK.Graphics.ES10
{ {
using System; using System;
using System.Text;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
#pragma warning disable 3019 #pragma warning disable 3019
#pragma warning disable 1591 #pragma warning disable 1591

View file

@ -1,8 +1,4 @@
using System; namespace OpenTK.Graphics.ES10
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics.ES10
{ {
/// <summary> /// <summary>
/// Provides access to OpenGL ES 1.0 methods. /// Provides access to OpenGL ES 1.0 methods.

View file

@ -1,8 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
using System.Runtime.InteropServices;
namespace OpenTK.Graphics.ES11 namespace OpenTK.Graphics.ES11
{ {

View file

@ -24,7 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
#if !MINIMAL #if !MINIMAL
using System.Drawing; using System.Drawing;
#endif #endif

View file

@ -24,7 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
#if !MINIMAL #if !MINIMAL
using System.Drawing; using System.Drawing;
#endif #endif

View file

@ -25,7 +25,6 @@
using System; using System;
using System.Diagnostics; using System.Diagnostics;
using System.Runtime.InteropServices;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {

View file

@ -25,7 +25,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text;
using System.Diagnostics; using System.Diagnostics;
using OpenTK.Platform; using OpenTK.Platform;

View file

@ -26,9 +26,7 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Text;
using OpenTK.Platform; using OpenTK.Platform;
namespace OpenTK.Graphics namespace OpenTK.Graphics

View file

@ -1,6 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {

View file

@ -24,8 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {

View file

@ -1,6 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {

View file

@ -24,8 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {

View file

@ -1,8 +1,4 @@
using System; namespace OpenTK.Graphics
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics
{ {
/// <summary> /// <summary>
/// Identifies a specific OpenGL or OpenGL|ES error. Such exceptions are only thrown /// Identifies a specific OpenGL or OpenGL|ES error. Such exceptions are only thrown

View file

@ -5,8 +5,6 @@
*/ */
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK namespace OpenTK
{ {

View file

@ -5,8 +5,6 @@
*/ */
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics; using System.Diagnostics;
namespace OpenTK.Graphics namespace OpenTK.Graphics

View file

@ -23,9 +23,7 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {

View file

@ -1,6 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {

View file

@ -5,9 +5,6 @@
*/ */
using System; using System;
using System.Collections.Generic;
using System.Text;
using OpenTK.Platform; using OpenTK.Platform;
namespace OpenTK.Graphics namespace OpenTK.Graphics

View file

@ -4,10 +4,6 @@
* See license.txt for licensing detailed licensing details. * See license.txt for licensing detailed licensing details.
*/ */
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics namespace OpenTK.Graphics
{ {
internal interface IGraphicsMode internal interface IGraphicsMode

View file

@ -25,15 +25,11 @@
using System; using System;
using System.Collections.Generic;
#if !MINIMAL #if !MINIMAL
using System.Drawing; using System.Drawing;
#endif #endif
using System.Text; using System.Text;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Reflection;
using System.Diagnostics;
using System.Reflection.Emit;
namespace OpenTK.Graphics.OpenGL namespace OpenTK.Graphics.OpenGL

View file

@ -24,7 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
#if !MINIMAL #if !MINIMAL
using System.Drawing; using System.Drawing;
#endif #endif

View file

@ -24,8 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Platform namespace OpenTK.Platform
{ {

View file

@ -24,12 +24,10 @@
// //
using System; using System;
using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
#if !MINIMAL #if !MINIMAL
using System.Drawing; using System.Drawing;
#endif #endif
using System.Text;
using OpenTK.Platform; using OpenTK.Platform;
namespace OpenTK namespace OpenTK

View file

@ -25,8 +25,6 @@
// THE SOFTWARE. // THE SOFTWARE.
// //
using System;
namespace OpenTK.Input namespace OpenTK.Input
{ {
internal enum ConfigurationType internal enum ConfigurationType

View file

@ -25,8 +25,6 @@
// THE SOFTWARE. // THE SOFTWARE.
// //
using System;
namespace OpenTK.Input namespace OpenTK.Input
{ {
internal class GamePadConfigurationItem internal class GamePadConfigurationItem

View file

@ -25,8 +25,6 @@
// THE SOFTWARE. // THE SOFTWARE.
// //
using System;
namespace OpenTK.Input namespace OpenTK.Input
{ {
/// <summary> /// <summary>

View file

@ -1,8 +1,4 @@
using System; namespace OpenTK.Input
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Input
{ {
internal interface IGamePadDriver internal interface IGamePadDriver
{ {

View file

@ -2,10 +2,6 @@
* See license.txt for license info * See license.txt for license info
*/ */
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Input namespace OpenTK.Input
{ {
/// <summary> /// <summary>

View file

@ -24,8 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Input namespace OpenTK.Input
{ {

View file

@ -26,8 +26,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Input namespace OpenTK.Input
{ {

View file

@ -1,8 +1,4 @@
using System; namespace OpenTK.Input
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Input
{ {
internal interface IKeyboardDriver2 internal interface IKeyboardDriver2
{ {

View file

@ -23,10 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE. // OTHER DEALINGS IN THE SOFTWARE.
// //
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Input namespace OpenTK.Input
{ {
internal interface IMouseDriver2 internal interface IMouseDriver2

View file

@ -26,8 +26,6 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Input namespace OpenTK.Input
{ {

View file

@ -26,9 +26,7 @@
// //
using System; using System;
using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Text;
namespace OpenTK.Input namespace OpenTK.Input
{ {

View file

@ -24,7 +24,6 @@
// //
using System; using System;
using System.Collections.Generic;
namespace OpenTK.Input namespace OpenTK.Input
{ {

Some files were not shown because too many files have changed in this diff Show more