From 7add9de1cf79615cebf73f2de49d4b60326d9d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 29 Oct 2017 10:02:01 +0100 Subject: GH-2026 remove some macOS stuff from launcher part to fix input issues on 1.13 --- libraries/launcher/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libraries/launcher/CMakeLists.txt') diff --git a/libraries/launcher/CMakeLists.txt b/libraries/launcher/CMakeLists.txt index 9c0e128b..b1ee42fd 100644 --- a/libraries/launcher/CMakeLists.txt +++ b/libraries/launcher/CMakeLists.txt @@ -7,13 +7,6 @@ set(CMAKE_JAVA_JAR_ENTRY_POINT org.multimc.EntryPoint) set(CMAKE_JAVA_COMPILE_FLAGS -target 1.6 -source 1.6 -Xlint:deprecation -Xlint:unchecked) set(SRC - # OSX things - org/simplericity/macify/eawt/Application.java - org/simplericity/macify/eawt/ApplicationAdapter.java - org/simplericity/macify/eawt/ApplicationEvent.java - org/simplericity/macify/eawt/ApplicationListener.java - org/simplericity/macify/eawt/DefaultApplication.java - # legacy applet wrapper thing. # The launcher has to be there for silly FML/Forge relauncher. net/minecraft/Launcher.java -- cgit v1.2.3