removed unused provide method

This commit is contained in:
Jan-Peter Klein
2023-07-20 11:05:50 +02:00
parent ade277daf4
commit 96253f636a

View File

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