|
From: Elias N. <eli...@us...> - 2004-04-07 08:01:32
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27975/src/native/common Modified Files: org_lwjgl_input_Keyboard.h Log Message: Removed Keyboard.initIDs Index: org_lwjgl_input_Keyboard.h =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/org_lwjgl_input_Keyboard.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- org_lwjgl_input_Keyboard.h 26 Mar 2004 21:11:20 -0000 1.10 +++ org_lwjgl_input_Keyboard.h 7 Apr 2004 07:48:35 -0000 1.11 @@ -7,7 +7,6 @@ #ifdef __cplusplus extern "C" { #endif -/* Inaccessible static: _00024assertionsDisabled */ #undef org_lwjgl_input_Keyboard_CHAR_NONE #define org_lwjgl_input_Keyboard_CHAR_NONE 0L #undef org_lwjgl_input_Keyboard_KEY_NONE @@ -281,14 +280,6 @@ /* Inaccessible static: class_00024org_00024lwjgl_00024input_00024Keyboard */ /* * Class: org_lwjgl_input_Keyboard - * Method: initIDs - * Signature: ()V - */ -JNIEXPORT void JNICALL Java_org_lwjgl_input_Keyboard_initIDs - (JNIEnv *, jclass); - -/* - * Class: org_lwjgl_input_Keyboard * Method: nCreate * Signature: ()V */ |