Removed code that creates a help_manager

Adjusts the changes for commit 20a58fd8f8.
This commit is contained in:
Jyrki Vesterinen 2018-06-21 06:34:27 +03:00
parent a8f83f6e68
commit 18c266c2e7

View file

@ -198,7 +198,6 @@ void faction_select::profile_button_callback(window& window)
const std::string& leader_type = find_widget<menu_button>(&window, "leader_menu", false).get_value_string();
const unit_type* ut = unit_types.find(leader_type);
if(ut != nullptr) {
help::help_manager help_manager(&game_config_manager::get()->game_config());
help::show_unit_description(*ut);
}
}