Comment out an unused parameter.

This commit is contained in:
Mark de Wever 2008-09-22 21:00:07 +00:00
parent 743faf8f64
commit f87ffceada

View file

@ -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_()
{