From d82d7dad28c348b9345d52af4e3b81130f721edf Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Wed, 3 Sep 2008 15:46:48 +0000 Subject: [PATCH] Comment out an unused parameter. --- src/editor2/editor_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor2/editor_controller.cpp b/src/editor2/editor_controller.cpp index e3d04c3d4b4..46dd4d9d598 100644 --- a/src/editor2/editor_controller.cpp +++ b/src/editor2/editor_controller.cpp @@ -154,7 +154,7 @@ void editor_controller::init_mouse_actions(const config& game_config) } } -void editor_controller::init_map_generators(const config& game_config) +void editor_controller::init_map_generators(const config& /*game_config*/) { }