Skip to content

Commit 96e3251

Browse files
removed fallback implementation (will be part of the main app)
1 parent 5d01f31 commit 96e3251

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

src/main/java/module-info.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.cryptomator.integrations.tray.AwtTrayMenuController;
21
import org.cryptomator.integrations.tray.TrayMenuController;
32
import org.cryptomator.integrations.autostart.AutoStartProvider;
43
import org.cryptomator.integrations.keychain.KeychainAccessProvider;
@@ -7,8 +6,6 @@
76

87

98
module org.cryptomator.integrations.api {
10-
requires java.desktop;
11-
129
exports org.cryptomator.integrations.autostart;
1310
exports org.cryptomator.integrations.keychain;
1411
exports org.cryptomator.integrations.tray;
@@ -19,6 +16,4 @@
1916
uses TrayIntegrationProvider;
2017
uses TrayMenuController;
2118
uses UiAppearanceProvider;
22-
23-
provides TrayMenuController with AwtTrayMenuController;
2419
}

src/main/java/org/cryptomator/integrations/tray/AwtTrayMenuController.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)