*** empty log message ***

This commit is contained in:
Elias Naur 2004-07-03 17:39:25 +00:00
parent ba01e888fb
commit 4a13ffa90f
3 changed files with 27 additions and 15 deletions

View file

@ -134,18 +134,6 @@ public final class Sys {
PLATFORM = System.getProperty("org.lwjgl.Sys.platform", "org.lwjgl.SwingAdapter");
Runtime.getRuntime().addShutdownHook(new Thread() {
public void run() {
Display.destroy();
if (Keyboard.isCreated())
Keyboard.destroy();
if (Mouse.isCreated())
Mouse.destroy();
if (Controller.isCreated())
Controller.destroy();
}
});
}
/**