Removed unnecessary method from display
This commit is contained in:
parent
7f1c6c480d
commit
7b15bb29d2
@ -70,8 +70,4 @@ public class Display extends JPanel{
|
||||
setPreferredSize(dimension);
|
||||
setMinimumSize(dimension);
|
||||
}
|
||||
|
||||
public Dimension getDimension() {
|
||||
return dimension;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user