Removed unnecessary method from display

This commit is contained in:
Bokros Bálint 2016-05-14 13:00:43 +02:00
parent 7f1c6c480d
commit 7b15bb29d2

View File

@ -70,8 +70,4 @@ public class Display extends JPanel{
setPreferredSize(dimension);
setMinimumSize(dimension);
}
public Dimension getDimension() {
return dimension;
}
}