summaryrefslogtreecommitdiffstats
path: root/src/jbullet
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-17 09:41:45 +0200
committerSven Gothel <[email protected]>2013-06-17 09:41:45 +0200
commit8b9eb4687d94426615e9de28b91af6a20a01f5b8 (patch)
tree51fa8bd99aaa2eb9b392beb88dc8b52d2049b673 /src/jbullet
parentaffa7c075773cbafdd815c81422bb280bccf6aac (diff)
Adapt to JOGL commit 8b33170ec6fd3f215976875cb66d746fa1b48f61, Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyped(KeyEvent)
Diffstat (limited to 'src/jbullet')
-rw-r--r--src/jbullet/src/javabullet/demos/opengl/DemoApplication.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jbullet/src/javabullet/demos/opengl/DemoApplication.java b/src/jbullet/src/javabullet/demos/opengl/DemoApplication.java
index 4b7352c..ff1a417 100644
--- a/src/jbullet/src/javabullet/demos/opengl/DemoApplication.java
+++ b/src/jbullet/src/javabullet/demos/opengl/DemoApplication.java
@@ -292,8 +292,6 @@ public abstract class DemoApplication
keyboardCallback(e.getKeyChar());
}
}
- public void keyTyped(KeyEvent e) {
- }
//
//