Skip to content

Commit

Permalink
DebugShapeFactory: delete the declarations of 2 unused native methods
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 12, 2024
1 parent 5e9bba8 commit b9052a4
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,12 +809,4 @@ private static Transform planeTransform(PlaneCollisionShape shape) {

return result;
}
// *************************************************************************
// native private methods

native private static boolean getTriangles(
long shapeId, int meshResolution, DebugMeshCallback buffer);

native private static boolean getVertices(
long shapeId, int meshResolution, DebugMeshCallback buffer);
}

0 comments on commit b9052a4

Please sign in to comment.