Removed Keyboard.initIDs

This commit is contained in:
Elias Naur 2004-04-07 07:48:37 +00:00
parent cc367fa4b5
commit 8065870592
5 changed files with 0 additions and 37 deletions

View file

@ -272,15 +272,9 @@ public class Keyboard {
if (initialized)
return;
Sys.initialize();
initIDs();
initialized = true;
}
/**
* Register fields with the native library
*/
private static native void initIDs();
/**
* "Create" the keyboard. The display must first have been created. The
* reason for this is so the keyboard has a window to "focus" in.