Removed code that creates a help_manager
Adjusts the changes for commit 20a58fd8f8
.
This commit is contained in:
parent
a8f83f6e68
commit
18c266c2e7
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue