mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 21:33:41 +00:00
Comment out an unused parameter.
This commit is contained in:
parent
743faf8f64
commit
f87ffceada
@ -42,7 +42,7 @@ editor_map::editor_map(const config& terrain_cfg, size_t width, size_t height, t
|
||||
sanity_check();
|
||||
}
|
||||
|
||||
editor_map::editor_map(const config& terrain_cfg, const gamemap& map)
|
||||
editor_map::editor_map(const config& /*terrain_cfg*/, const gamemap& map)
|
||||
: gamemap(map)
|
||||
, selection_()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user