Skip to content

Commit

Permalink
Remove more unused using declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
burninrubber0 committed May 3, 2023
1 parent afadd7d commit fd81894
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
5 changes: 0 additions & 5 deletions ModelViewer/SceneData/Material.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ModelViewer.SceneData
{
Expand Down
4 changes: 0 additions & 4 deletions ModelViewer/SceneData/Mesh.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using OpenTK.Mathematics;
using OpenTK.Graphics.OpenGL;
using PixelFormat = OpenTK.Graphics.OpenGL.PixelFormat;
Expand Down
4 changes: 0 additions & 4 deletions ModelViewer/SceneData/Model.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenTK.Mathematics;

namespace ModelViewer.SceneData
Expand Down
3 changes: 0 additions & 3 deletions ModelViewer/SceneData/Scene.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Forms.VisualStyles;
using OpenTK.Mathematics;

namespace ModelViewer.SceneData
Expand Down
5 changes: 0 additions & 5 deletions ModelViewer/SceneData/SceneObject.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenTK.Mathematics;

namespace ModelViewer.SceneData
Expand Down

0 comments on commit fd81894

Please sign in to comment.