Removed enableBuffer() and enableTranslation() from the public API.

This commit is contained in:
Elias Naur 2005-01-10 08:19:28 +00:00
parent 953e0f7982
commit 69bc20f3f5
4 changed files with 11 additions and 42 deletions

View file

@ -127,8 +127,6 @@ public class KeyboardTest {
private void createKeyboard() {
try {
Keyboard.create();
Keyboard.enableBuffer();
Keyboard.enableTranslation();
} catch (Exception e) {
e.printStackTrace();
System.exit(-1);