Remove unused method

This commit is contained in:
Matthijs Kooijman 2015-12-10 10:51:07 +01:00
parent 78ddbdbfb3
commit f9e1dbd484
1 changed files with 0 additions and 5 deletions

View File

@ -376,11 +376,6 @@ public class EditorHeader extends JComponent {
}
public void deselectMenu() {
repaint();
}
public Dimension getPreferredSize() {
return getMinimumSize();
}