Skip to content

Commit 660b0fa

Browse files
committed
--
1 parent 6237327 commit 660b0fa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/main/java/com/badlogic/gdx/box2d/Box2d.java

-11
Original file line numberDiff line numberDiff line change
@@ -198,17 +198,6 @@ public static b2Timer b2CreateTimer() {
198198
return 0;
199199
*/
200200

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-
212201
public static float b2GetMilliseconds(b2Timer.b2TimerPointer timer) {
213202
return b2GetMilliseconds_internal(timer.getPointer());
214203
}

0 commit comments

Comments
 (0)