Clean up plugin injection code, remove unused module.

This commit is contained in:
akwizgran
2021-05-06 16:58:00 +01:00
committed by Torsten Grote
parent b4ae480d93
commit 4ecc5e4367
8 changed files with 7 additions and 65 deletions

View File

@@ -149,6 +149,7 @@ public class AppModule {
}
@Provides
@Singleton
PluginConfig providePluginConfig(AndroidBluetoothPluginFactory bluetooth,
AndroidTorPluginFactory tor, AndroidLanTcpPluginFactory lan,
RemovableDrivePluginFactory drive) {