Browse Source

removed unused imports
[ci skip]

Sebastian Stenzel 4 years ago
parent
commit
084c1881ba

+ 0 - 1
main/ui/src/main/java/org/cryptomator/ui/preferences/AutoStartMacStrategy.java

@@ -2,7 +2,6 @@ package org.cryptomator.ui.preferences;
 
 import org.cryptomator.integrations.autostart.AutoStartProvider;
 import org.cryptomator.integrations.autostart.ToggleAutoStartFailedException;
-import org.cryptomator.jni.MacFunctions;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 

+ 0 - 2
main/ui/src/main/java/org/cryptomator/ui/preferences/AutoStartModule.java

@@ -3,9 +3,7 @@ package org.cryptomator.ui.preferences;
 import dagger.Module;
 import dagger.Provides;
 import org.apache.commons.lang3.SystemUtils;
-import org.cryptomator.common.Environment;
 import org.cryptomator.integrations.autostart.AutoStartProvider;
-import org.cryptomator.jni.MacFunctions;
 
 import java.util.Optional;
 

+ 0 - 1
main/ui/src/main/java/org/cryptomator/ui/traymenu/TrayIconController.java

@@ -4,7 +4,6 @@ import org.apache.commons.lang3.SystemUtils;
 import org.cryptomator.integrations.uiappearance.Theme;
 import org.cryptomator.integrations.uiappearance.UiAppearanceException;
 import org.cryptomator.integrations.uiappearance.UiAppearanceProvider;
-import org.cryptomator.jni.MacFunctions;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;