Skip to content

Commit

Permalink
Feat: Removed seetter method for viewname (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah committed May 25, 2026
1 parent 93969e0 commit 9310cae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,6 @@ public ViewEnum getViewName() {
return viewName;
}

/**
* Setter method for the view name.
*
* @param name the new name to set this view element to.
*
*/
protected void setViewName(final ViewEnum name) {
viewName = name;
}

/**
* Getter method for the root pane.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import edu.ntnu.idi.idatt2003.g40.mappe.service.event.EventType;
import java.util.EnumMap;
import java.util.Map;

import edu.ntnu.idi.idatt2003.g40.mappe.utils.Validator;
import javafx.scene.Scene;
import javafx.stage.Stage;

Expand Down

0 comments on commit 9310cae

Please sign in to comment.