|
From: <ma...@us...> - 2006-04-13 13:36:20
|
Revision: 2298 Author: matzon Date: 2006-04-13 06:36:03 -0700 (Thu, 13 Apr 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2298&view=rev Log Message: ----------- removed printf statement Modified Paths: -------------- trunk/LWJGL/src/native/common/devil/org_lwjgl_devil_IL.c Modified: trunk/LWJGL/src/native/common/devil/org_lwjgl_devil_IL.c =================================================================== --- trunk/LWJGL/src/native/common/devil/org_lwjgl_devil_IL.c 2006-04-06 21:00:43 UTC (rev 2297) +++ trunk/LWJGL/src/native/common/devil/org_lwjgl_devil_IL.c 2006-04-13 13:36:03 UTC (rev 2298) @@ -475,7 +475,6 @@ * 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(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |