Skip to content

Commit 350119d

Browse files
Update PaintPanel.java
1 parent ffa2db6 commit 350119d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/ui/PaintPanel.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,4 @@ public void setSelectTool(SelectTool selectTool) {
242242
public void setDefaultSelectTool(){
243243
selectTool.getButton().doClick();
244244
}
245-
246-
/**
247-
* Returns the state of the panel
248-
*/
249-
public State getState(){
250-
return state;
251-
}
252245
}

0 commit comments

Comments
 (0)