diff --git a/src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/view/ViewElement.java b/src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/view/ViewElement.java index a0b0f1c..0463471 100644 --- a/src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/view/ViewElement.java +++ b/src/main/java/edu/ntnu/idi/idatt2003/g40/mappe/view/ViewElement.java @@ -113,20 +113,6 @@ protected void setRootPane(final T pane) { rootPane = pane; } - /** - * Getter method for buttons in this view. - * - *
Gotten by the associated {@link ViewController} object that hooks - * the buttons to functionality.
- * - * @return {@link Map