Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Jan 29, 2025
1 parent 0191f8d commit efd00a7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions Robust.Shared/Map/MapManager.Queries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,29 +356,6 @@ public bool TryFindGridAt(MapCoordinates mapCoordinates, out EntityUid uid, [Not

#endregion

private readonly record struct GridQueryState(
GridCallback Callback,
Box2 WorldAABB,
IPhysShape Shape,
Transform Transform,
B2DynamicTree<(EntityUid Uid, FixturesComponent Fixtures, MapGridComponent Grid)> Tree,
SharedMapSystem MapSystem,
MapManager MapManager,
SharedTransformSystem TransformSystem,
bool Approximate);

private record struct GridQueryState<TState>(
GridCallback<TState> Callback,
TState State,
Box2 WorldAABB,
IPhysShape Shape,
Transform Transform,
B2DynamicTree<(EntityUid Uid, FixturesComponent Fixtures, MapGridComponent Grid)> Tree,
SharedMapSystem MapSystem,
MapManager MapManager,
SharedTransformSystem TransformSystem,
bool Approximate);

private record struct GridQueryState<T, TState>(
GridCallback<TState> Callback,
TState State,
Expand Down

0 comments on commit efd00a7

Please sign in to comment.