Skip to content

Commit dd5366b

Browse files
committed
refactor: remove unused using
1 parent 52c5d78 commit dd5366b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Box2D.NET.Samples/Samples/Issues/ShapeCastChain.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
// SPDX-FileCopyrightText: 2025 Ikpil Choi([email protected])
33
// SPDX-License-Identifier: MIT
44

5-
using System.Numerics;
6-
using Box2D.NET.Shared;
7-
using ImGuiNET;
85
using Silk.NET.GLFW;
96
using static Box2D.NET.B2Ids;
10-
using static Box2D.NET.B2Hulls;
117
using static Box2D.NET.B2Geometries;
128
using static Box2D.NET.B2Types;
139
using static Box2D.NET.B2MathFunction;

src/Box2D.NET.Samples/Samples/Stackings/CapsuleStack.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Box2D.NET.Samples.Samples.Stackings;
1111

1212
public class CapsuleStack : Sample
1313
{
14-
private static int SampleCapsuleStack = SampleFactory.Shared.RegisterSample("Stacking", "Capsule Stack", Create);
14+
private static readonly int SampleCapsuleStack = SampleFactory.Shared.RegisterSample("Stacking", "Capsule Stack", Create);
1515

1616
struct Event
1717
{

0 commit comments

Comments
 (0)