diff --git a/client/citydlg.cpp b/client/citydlg.cpp index 99a6789b65..0b2e58ccd0 100644 --- a/client/citydlg.cpp +++ b/client/citydlg.cpp @@ -1019,7 +1019,6 @@ void city_dialog::update_disabled() ui.buy_button->setEnabled(can_edit); ui.cma_enable_but->setEnabled(can_edit); ui.production_combo_p->setEnabled(can_edit); - ui.present_units_list->setEnabled(can_edit); update_prod_buttons(); }