mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-27 23:55:11 +01:00
small cleanup.
This commit is contained in:
parent
7ed3a9001a
commit
69dcdd170d
|
|
@ -339,7 +339,6 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
if (lwjglApplet != null) {
|
||||
lwjglApplet.stop();
|
||||
}
|
||||
super.stop();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -352,8 +351,6 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
|
||||
progressbar = null;
|
||||
logo = null;
|
||||
|
||||
super.destroy();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue