Author: mordante
Date: Mon Sep 22 23:00:07 2008
New Revision: 29653

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29653&view=rev
Log:
Comment out an unused parameter.

Modified:
    trunk/src/editor2/editor_map.cpp

Modified: trunk/src/editor2/editor_map.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_map.cpp?rev=29653&r1=29652&r2=29653&view=diff
==============================================================================
--- trunk/src/editor2/editor_map.cpp (original)
+++ trunk/src/editor2/editor_map.cpp Mon Sep 22 23:00:07 2008
@@ -42,7 +42,7 @@
        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_()
 {


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to