Author: mordante
Date: Tue Mar 31 19:45:18 2009
New Revision: 34349
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34349&view=rev
Log:
Comment out an unused parameter.
Modified:
trunk/src/storyscreen/page.cpp
Modified: trunk/src/storyscreen/page.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/page.cpp?rev=34349&r1=34348&r2=34349&view=diff
==============================================================================
--- trunk/src/storyscreen/page.cpp (original)
+++ trunk/src/storyscreen/page.cpp Tue Mar 31 19:45:18 2009
@@ -46,7 +46,7 @@
{
}
-page::page(game_state& state_of_game, const vconfig& page_cfg)
+page::page(game_state& /*state_of_game*/, const vconfig& page_cfg)
: scale_background_(utils::string_bool(page_cfg["scale_background"],
true))
, background_file_(page_cfg["background"])
, show_title_(utils::string_bool(page_cfg["show_title"], false))
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits