removed unused class

This commit is contained in:
Armin Schrenk
2025-03-19 14:53:24 +01:00
parent f4cfe19fdc
commit 913ed5e109

View File

@@ -1,14 +0,0 @@
package org.cryptomator.ui.eventview;
import org.cryptomator.ui.common.FxController;
import javax.inject.Inject;
@EventViewScoped
public class UpdateEventViewController implements FxController {
@Inject
public UpdateEventViewController() {
}
}