Skip to content

Commit

Permalink
remove unused using
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Feb 18, 2025
1 parent 839254c commit abcf27a
Show file tree
Hide file tree
Showing 52 changed files with 0 additions and 69 deletions.
1 change: 0 additions & 1 deletion src/DotRecast.Core/Buffers/RcCyclicBuffer.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Net.Security;

namespace DotRecast.Core.Buffers
{
Expand Down
2 changes: 0 additions & 2 deletions src/DotRecast.Core/Collections/RcImmutableArray.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

namespace DotRecast.Core.Collections
{
public static class RcImmutableArray
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Core/Numerics/RcVec2f.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Runtime.CompilerServices;

namespace DotRecast.Core.Numerics
Expand Down
2 changes: 0 additions & 2 deletions src/DotRecast.Core/RcScopedTimer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

namespace DotRecast.Core
{
public readonly ref struct RcScopedTimer
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Detour.Crowd/DtCrowdAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 3. This notice may not be removed or altered from any source distribution.
*/

using System;
using System.Collections.Generic;
using DotRecast.Core.Numerics;

namespace DotRecast.Detour.Crowd
Expand Down
2 changes: 0 additions & 2 deletions src/DotRecast.Detour.Crowd/DtCrowdScopedTimer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

namespace DotRecast.Detour.Crowd
{
internal readonly ref struct DtCrowdScopedTimer
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Detour.Dynamic/Io/DtVoxelFileReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ 3. This notice may not be removed or altered from any source distribution.
using System.IO;
using DotRecast.Core;
using DotRecast.Core.Numerics;
using DotRecast.Detour.Io;

namespace DotRecast.Detour.Dynamic.Io
{
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Detour.Dynamic/Io/DtVoxelFileWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 3. This notice may not be removed or altered from any source distribution.

using System.IO;
using DotRecast.Core;
using DotRecast.Detour.Io;

namespace DotRecast.Detour.Dynamic.Io
{
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Detour.Extras/Jumplink/ITrajectory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using DotRecast.Core.Numerics;

namespace DotRecast.Detour.Extras.Jumplink
Expand Down
2 changes: 0 additions & 2 deletions src/DotRecast.Detour.Extras/Unity/Astar/GraphMeta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using DotRecast.Core.Numerics;

namespace DotRecast.Detour.Extras.Unity.Astar
{
// for unity meta parsing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System;
using DotRecast.Core;
using DotRecast.Core.Numerics;

Expand Down
2 changes: 0 additions & 2 deletions src/DotRecast.Detour.TileCache/DtLayerMonotoneRegion.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Collections.Generic;

namespace DotRecast.Detour.TileCache
{
public class DtLayerMonotoneRegion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Threading.Tasks;

namespace DotRecast.Detour.TileCache
{
Expand Down
2 changes: 0 additions & 2 deletions src/DotRecast.Detour.TileCache/DtTileCacheLayerBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ 3. This notice may not be removed or altered from any source distribution.

using System.IO;
using DotRecast.Core;
using DotRecast.Detour.Io;

namespace DotRecast.Detour.TileCache.Io
{
Expand Down
2 changes: 0 additions & 2 deletions src/DotRecast.Detour/DtConnectPoly.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Runtime.InteropServices;

namespace DotRecast.Detour
{
public readonly struct DtConnectPoly
Expand Down
2 changes: 0 additions & 2 deletions src/DotRecast.Detour/DtLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System;

namespace DotRecast.Detour
{
/// Defines a link between polygons.
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Detour/DtStraightPathOption.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using DotRecast.Core;
using DotRecast.Core.Collections;

namespace DotRecast.Detour
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Detour/Io/DtMeshSetWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 3. This notice may not be removed or altered from any source distribution.

using System.IO;
using DotRecast.Core;
using DotRecast.Core.Numerics;

namespace DotRecast.Detour.Io
{
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Detour/Io/DtNavMeshParamWriter.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.IO;
using DotRecast.Core;
using DotRecast.Core.Numerics;

namespace DotRecast.Detour.Io
{
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Recast.Demo/DemoSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System;
using System.Collections.Generic;
using DotRecast.Detour;
using DotRecast.Recast.Toolset;
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Recast.Demo/Draw/GLU.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 3. This notice may not be removed or altered from any source distribution.
*/

using System;
using DotRecast.Core;
using DotRecast.Core.Numerics;

namespace DotRecast.Recast.Demo.Draw;
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Recast.Demo/Draw/IOpenGLDraw.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Numerics;
using DotRecast.Core.Numerics;

namespace DotRecast.Recast.Demo.Draw;
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Recast.Demo/Draw/OpenGLVertex.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
using DotRecast.Core.Numerics;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System;
using DotRecast.Core.Numerics;
using DotRecast.Detour;
using DotRecast.Detour.Crowd;
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Recast.Demo/Tools/DynamicUpdateSampleTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ 3. This notice may not be removed or altered from any source distribution.
using DotRecast.Core.Collections;
using DotRecast.Core.Numerics;
using DotRecast.Detour.Dynamic;
using DotRecast.Detour.Dynamic.Io;
using DotRecast.Recast.Toolset;
using DotRecast.Recast.Toolset.Tools;
using DotRecast.Recast.Demo.Draw;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System;
using DotRecast.Core.Numerics;
using DotRecast.Recast.Demo.Draw;
using DotRecast.Recast.Toolset;
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Recast.Demo/Tools/TileSampleTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using DotRecast.Core.Numerics;
using DotRecast.Recast.Demo.Draw;
using DotRecast.Recast.Toolset;
using DotRecast.Recast.Toolset.Builder;
using DotRecast.Recast.Toolset.Tools;
using ImGuiNET;
using Serilog;
Expand Down
4 changes: 0 additions & 4 deletions src/DotRecast.Recast.Demo/UI/RcCanvas.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ 3. This notice may not be removed or altered from any source distribution.
*/


using ImGuiNET;
using Serilog;
using Serilog.Core;
using Silk.NET.Input;
using Silk.NET.Maths;
using Silk.NET.OpenGL;
using Silk.NET.Windowing;

namespace DotRecast.Recast.Demo.UI;
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Recast.Toolset/Builder/DemoNavMeshBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using DotRecast.Detour;
using DotRecast.Recast.Geom;
using DotRecast.Recast.Toolset.Geom;

namespace DotRecast.Recast.Toolset.Builder
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System.Linq;
using DotRecast.Core.Collections;

namespace DotRecast.Recast.Toolset.Builder
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Recast.Toolset/Gizmos/RcGizmo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using DotRecast.Detour.Dynamic.Colliders;
using DotRecast.Recast.Toolset.Gizmos;

namespace DotRecast.Recast.Toolset.Gizmos
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using DotRecast.Core;
using DotRecast.Core.Buffers;
using DotRecast.Core.Collections;
Expand Down
1 change: 0 additions & 1 deletion src/DotRecast.Recast.Toolset/Tools/RcDynamicUpdateTool.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Core.Test/RcArrayBenchmarkTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Net.Sockets;
using DotRecast.Core.Buffers;
using DotRecast.Core.Collections;
using NUnit.Framework;
Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Core.Test/RcCyclicBufferTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using DotRecast.Core.Buffers;
using DotRecast.Core.Collections;
Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Core.Test/RcIoTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.IO;
using NUnit.Framework;

Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Core.Test/RcMathTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using NUnit.Framework;

namespace DotRecast.Core.Test;
Expand Down
2 changes: 0 additions & 2 deletions test/DotRecast.Core.Test/RcSortedQueueTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;
using System.Collections;
using System.Collections.Generic;
using DotRecast.Core.Collections;
using NUnit.Framework;
Expand Down
2 changes: 0 additions & 2 deletions test/DotRecast.Detour.Crowd.Test/Crowd4Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System;
using System.Threading;
using NUnit.Framework;

namespace DotRecast.Detour.Crowd.Test;
Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Detour.Crowd.Test/DtPathCorridorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 3. This notice may not be removed or altered from any source distribution.
*/

using System;
using System.Collections.Generic;
using DotRecast.Core.Numerics;
using NUnit.Framework;

Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Detour.Crowd.Test/TestMeshDataFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using DotRecast.Core.Numerics;
using DotRecast.Recast;
using DotRecast.Recast.Geom;

Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Detour.Dynamic.Test/DynamicNavMeshTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Detour.Test/FindCollectPolyTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Linq;
using DotRecast.Core.Numerics;
using NUnit.Framework;

Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Detour.Test/GetPolyWallSegmentsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 3. This notice may not be removed or altered from any source distribution.
*/

using System;
using System.Collections.Generic;
using DotRecast.Core;
using NUnit.Framework;

Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Detour.Test/Io/MeshSetReaderTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System.Collections.Generic;
using System.IO;
using DotRecast.Core;
using DotRecast.Detour.Io;
Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Detour.Test/Io/MeshSetReaderWriterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System.Collections.Generic;
using System.IO;
using DotRecast.Core;
using DotRecast.Core.Numerics;
Expand Down
1 change: 0 additions & 1 deletion test/DotRecast.Detour.Test/MoveAlongSurfaceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 3. This notice may not be removed or altered from any source distribution.
*/

using System;
using System.Collections.Generic;
using DotRecast.Core.Numerics;
using NUnit.Framework;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using DotRecast.Recast.Geom;

namespace DotRecast.Detour.TileCache.Test;

public class TestTileCacheMeshProcess : IDtTileCacheMeshProcess
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ 3. This notice may not be removed or altered from any source distribution.
using DotRecast.Core.Numerics;
using DotRecast.Detour.TileCache.Io;
using DotRecast.Detour.TileCache.Io.Compress;
using DotRecast.Detour.TileCache.Test.Io;
using NUnit.Framework;

namespace DotRecast.Detour.TileCache.Test;
Expand Down
3 changes: 0 additions & 3 deletions test/DotRecast.Recast.Test/RecastLayersTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

using System;
using System.IO;
using DotRecast.Core.Numerics;
using DotRecast.Recast.Geom;
using NUnit.Framework;

Expand Down
1 change: 0 additions & 1 deletion tool/DotRecast.Tool.Benchmark/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Reflection;
using BenchmarkDotNet.Running;

Expand Down

0 comments on commit abcf27a

Please sign in to comment.