forgot to remove this earlier

This commit is contained in:
Gered 2016-01-16 12:17:49 -05:00
parent 24df5f0f1a
commit 53e5e3a338

View file

@ -198,10 +198,6 @@ public class TabGeneral extends SettingsTab implements ActionListener {
add(windowSizeContainer, GBC.grid(1, 6).anchor(GBC.LS));
}
private void validateWindowWidthText() {
System.out.println("windowWidth: " + windowSize.getText());
}
// --------------------------------------------------------- INTERNAL TYPES
class LocaleListRenderer extends DefaultListCellRenderer {