Skip to content

Commit

Permalink
Remove empty methods
Browse files Browse the repository at this point in the history
Signed-off-by: HenrikJannsen <[email protected]>
  • Loading branch information
HenrikJannsen committed Jun 28, 2024
1 parent d12b660 commit 9b23edc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions desktop/src/main/java/bisq/desktop/main/MainView.java
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,6 @@ protected Tooltip computeValue() {
// DaoStateMonitoringService.Listener
///////////////////////////////////////////////////////////////////////////////////////////

@Override
public void onDaoStateHashesChanged() {
}

@Override
public void onCheckpointFailed() {
new Popup().attention(Res.get("dao.monitor.daoState.checkpoint.popup"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ public void onDaoStateHashesChanged() {
}
}

@Override
public void onCheckpointFailed() {
}

///////////////////////////////////////////////////////////////////////////////////////////
// Implementation abstract methods
Expand Down
4 changes: 0 additions & 4 deletions statsnode/src/main/java/bisq/statistics/StatisticsMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ protected void doExecute() {
keepRunning();
}

@Override
protected void addCapabilities() {
}

@Override
protected void launchApplication() {
UserThread.execute(() -> {
Expand Down

0 comments on commit 9b23edc

Please sign in to comment.