diff --git a/Diamond/GLObject.cs b/Diamond/GLObject.cs index 0572449..6c30f6b 100644 --- a/Diamond/GLObject.cs +++ b/Diamond/GLObject.cs @@ -1,10 +1,5 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using NLog; -using OpenTK.Graphics; namespace Diamond { diff --git a/Diamond/GLWrapper.cs b/Diamond/GLWrapper.cs index 49b9151..168d8e7 100644 --- a/Diamond/GLWrapper.cs +++ b/Diamond/GLWrapper.cs @@ -1,5 +1,4 @@ using System; -using System.Diagnostics; using OpenTK.Graphics; using NLog; diff --git a/Diamond/Level/TileData.cs b/Diamond/Level/TileData.cs index 11408f4..d857b7b 100644 --- a/Diamond/Level/TileData.cs +++ b/Diamond/Level/TileData.cs @@ -1,5 +1,4 @@ using Diamond.Buffers; -using Newtonsoft.Json; using OpenTK; namespace Diamond.Level diff --git a/Diamond/Mesh.cs b/Diamond/Mesh.cs index d67c315..7acb659 100644 --- a/Diamond/Mesh.cs +++ b/Diamond/Mesh.cs @@ -1,10 +1,8 @@ using System.Collections.Generic; -using System.Diagnostics.PerformanceData; using System.IO; using System.Linq; using Diamond.Buffers; using Diamond.Util; -using Newtonsoft.Json; using OpenTK; using OpenTK.Graphics.OpenGL4; diff --git a/Diamond/Shaders/Program.cs b/Diamond/Shaders/Program.cs index 31c4751..2a61634 100644 --- a/Diamond/Shaders/Program.cs +++ b/Diamond/Shaders/Program.cs @@ -1,8 +1,6 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using System.Text; -using Diamond.Buffers; using NLog; using OpenTK.Graphics.OpenGL4; diff --git a/Diamond/Shaders/Shader.cs b/Diamond/Shaders/Shader.cs index 0778069..761ecf0 100644 --- a/Diamond/Shaders/Shader.cs +++ b/Diamond/Shaders/Shader.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; using System.Text; using NLog; diff --git a/hexworld/Driver.cs b/hexworld/Driver.cs index c91e1d8..f298ecc 100644 --- a/hexworld/Driver.cs +++ b/hexworld/Driver.cs @@ -1,7 +1,4 @@ -using System; -using Newtonsoft.Json; - -namespace hexworld +namespace hexworld { public class Driver { diff --git a/hexworld/HexRender.cs b/hexworld/HexRender.cs index 69eea6c..1ee801d 100644 --- a/hexworld/HexRender.cs +++ b/hexworld/HexRender.cs @@ -1,5 +1,4 @@ using System; -using System.Drawing; using System.IO; using System.Linq; using Diamond;