Skip to content

Commit

Permalink
Fix error in MainWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
potaotototo committed Oct 17, 2024
1 parent 3ba8570 commit 63e53c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/tuteez/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public class MainWindow extends UiPart<Stage> {

// Independent Ui parts residing in this Ui container
private PersonListPanel personListPanel;

private DisplayListPanel displayListPanel;
private ResultDisplay resultDisplay;
private HelpWindow helpWindow;

Expand Down Expand Up @@ -169,10 +167,6 @@ public PersonListPanel getPersonListPanel() {
return personListPanel;
}

public DisplayListPanel getDisplayListPanel() {
return displayListPanel;
}

/**
* Executes the command and returns the result.
*
Expand Down

0 comments on commit 63e53c7

Please sign in to comment.