Remove empty methods

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2024-06-20 18:35:19 +07:00
parent d12b6608c7
commit 9b23edc2a9
No known key found for this signature in database
GPG key ID: 02AA2BAE387C8307
3 changed files with 0 additions and 11 deletions

View file

@ -429,10 +429,6 @@ public class MainView extends InitializableView<StackPane, MainViewModel>
// DaoStateMonitoringService.Listener
///////////////////////////////////////////////////////////////////////////////////////////
@Override
public void onDaoStateHashesChanged() {
}
@Override
public void onCheckpointFailed() {
new Popup().attention(Res.get("dao.monitor.daoState.checkpoint.popup"))

View file

@ -125,9 +125,6 @@ public class DaoStateMonitorView extends StateMonitorView<DaoStateHash, DaoState
}
}
@Override
public void onCheckpointFailed() {
}
///////////////////////////////////////////////////////////////////////////////////////////
// Implementation abstract methods

View file

@ -48,10 +48,6 @@ public class StatisticsMain extends ExecutableForAppWithP2p {
keepRunning();
}
@Override
protected void addCapabilities() {
}
@Override
protected void launchApplication() {
UserThread.execute(() -> {