Browse Source

removed unused provide method

Jan-Peter Klein 1 year ago
parent
commit
96253f636a
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/main/java/org/cryptomator/ui/fxapp/FxApplicationModule.java

+ 0 - 6
src/main/java/org/cryptomator/ui/fxapp/FxApplicationModule.java

@@ -55,10 +55,4 @@ abstract class FxApplicationModule {
 		return builder.build();
 	}
 
-	@Provides
-	@FxApplicationScoped
-	static UpdateReminderComponent provideUpdateReminderComponent(UpdateReminderComponent.Factory factory) {
-		return factory.create();
-	}
-
 }