Author: mordante
Date: Tue Apr  7 22:02:45 2009
New Revision: 34618

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

Modified:
    trunk/src/savegame.hpp

Modified: trunk/src/savegame.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.hpp?rev=34618&r1=34617&r2=34618&view=diff
==============================================================================
--- trunk/src/savegame.hpp (original)
+++ trunk/src/savegame.hpp Tue Apr  7 22:02:45 2009
@@ -73,7 +73,7 @@
 
 private:
        virtual void create_filename() {}
-       virtual void write_game_snapshot(const display& gui) {}
+       virtual void write_game_snapshot(const display& /*gui*/) {}
 
        void save_game_internal(const std::string& filename);
 


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

Reply via email to