mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-01 05:14:30 +01:00
removed printf statement
This commit is contained in:
parent
821778c655
commit
5db7a9a7b8
|
|
@ -475,7 +475,6 @@ static jobject JNICALL Java_org_lwjgl_devil_IL_ilGetData(JNIEnv * env, jclass cl
|
|||
* Signature: ()I
|
||||
*/
|
||||
static jint JNICALL Java_org_lwjgl_devil_IL_ilGetError(JNIEnv *env, jclass clazz) {
|
||||
printf("Java_org_lwjgl_devil_IL_ilGetError\n");
|
||||
return ilGetError();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue