Remove unused optimizer

This commit is contained in:
luvletter2333 2022-01-21 15:25:46 +08:00
parent 8618ac484b
commit 9861e319f4
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 0 additions and 2 deletions

View File

@ -349,8 +349,6 @@ public class ApplicationLoader extends Application {
// Since static init is thread-safe, no lock is needed there.
Utilities.stageQueue.postRunnable(() -> {
NekoXConfig.preferences.contains("qwq");
SignturesKt.checkMT(this);
});