Author: mordante
Date: Sun Mar  2 12:40:03 2008
New Revision: 24208

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24208&view=rev
Log:
Comment out an unused, makes gcc happy again.

Modified:
    trunk/src/replay_controller.cpp
    trunk/src/replay_controller.hpp

Modified: trunk/src/replay_controller.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/replay_controller.cpp?rev=24208&r1=24207&r2=24208&view=diff
==============================================================================
--- trunk/src/replay_controller.cpp (original)
+++ trunk/src/replay_controller.cpp Sun Mar  2 12:40:03 2008
@@ -406,7 +406,7 @@
        menu_handler_.show_statistics(gui_->playing_team()+1);
 }
 
-void replay_controller::handle_generic_event(const std::string& name){
+void replay_controller::handle_generic_event(const std::string& /*name*/){
        rebuild_replay_theme();
 }
 

Modified: trunk/src/replay_controller.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/replay_controller.hpp?rev=24208&r1=24207&r2=24208&view=diff
==============================================================================
--- trunk/src/replay_controller.hpp (original)
+++ trunk/src/replay_controller.hpp Sun Mar  2 12:40:03 2008
@@ -58,7 +58,7 @@
        void update_gui();
        void init_replay_display();
        void rebuild_replay_theme();
-       void handle_generic_event(const std::string& name);
+       void handle_generic_event(const std::string& /*name*/);
 
        game_state gamestate_start_;
        gamestatus status_start_;


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

Reply via email to