Skip to content

Commit

Permalink
Fix: Removed unused overriden methods
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah committed May 11, 2026
1 parent 305cfa0 commit ea3ccb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,4 @@ protected void initLayout() {
protected void initStyling() {

}

@Override
public void onUpdate() {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,4 @@ protected void initStyling() {
settingsButton.getStyleClass().add("menu-button");
exitButton.getStyleClass().add("menu-button");
}

/**
* {@inheritDoc}
* */
@Override
public void onUpdate() {

}
}

0 comments on commit ea3ccb9

Please sign in to comment.