From f87ffceada22142e130918cdde6207eeac3590b2 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Mon, 22 Sep 2008 21:00:07 +0000 Subject: [PATCH] Comment out an unused parameter. --- src/editor2/editor_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor2/editor_map.cpp b/src/editor2/editor_map.cpp index e0ff0a35940..dee47162ece 100644 --- a/src/editor2/editor_map.cpp +++ b/src/editor2/editor_map.cpp @@ -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_() {