remove offending line setting width incorrectly (was always 1647)

This commit is contained in:
GrayedFox 2018-05-20 19:25:31 +02:00
parent 06392f510c
commit a3e433f7bd
No known key found for this signature in database
GPG key ID: 7FF4748DBF28C93F

View file

@ -185,7 +185,6 @@ public class TableWaitingDialog extends MageDialog {
MageFrame.getUI().removeButton(MageComponents.TABLE_WAITING_START_BUTTON);
this.removeDialog();
TableUtil.saveColumnWidthAndOrderToPrefs(jTableSeats, KEY_TABLE_WAITING_COLUMNS_WIDTH, KEY_TABLE_WAITING_COLUMNS_ORDER);
PreferencesDialog.saveValue(PreferencesDialog.KEY_TABLE_WAITING_COLUMNS_WIDTH, Integer.toString(getWidth()));
}
/**