We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6237327 commit 660b0faCopy full SHA for 660b0fa
src/main/java/com/badlogic/gdx/box2d/Box2d.java
@@ -198,17 +198,6 @@ public static b2Timer b2CreateTimer() {
198
return 0;
199
*/
200
201
- public static long b2GetTicks(b2Timer.b2TimerPointer timer) {
202
- return b2GetTicks_internal(timer.getPointer());
203
- }
204
-
205
- static private native long b2GetTicks_internal(long timer);/*
206
- HANDLE_JAVA_EXCEPTION_START()
207
- return (jlong)b2GetTicks((b2Timer *)timer);
208
- HANDLE_JAVA_EXCEPTION_END()
209
- return 0;
210
- */
211
212
public static float b2GetMilliseconds(b2Timer.b2TimerPointer timer) {
213
return b2GetMilliseconds_internal(timer.getPointer());
214
}
0 commit comments