Author: mordante
Date: Thu Aug 14 21:05:39 2008
New Revision: 28593
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28593&view=rev
Log:
Comment out some unused parameters.
Modified:
trunk/src/server/game.cpp
Modified: trunk/src/server/game.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/game.cpp?rev=28593&r1=28592&r2=28593&view=diff
==============================================================================
--- trunk/src/server/game.cpp (original)
+++ trunk/src/server/game.cpp Thu Aug 14 21:05:39 2008
@@ -1113,7 +1113,7 @@
send_observerjoins(user->first);
}
-void game::send_data(simple_wml::document& data, const network::connection
exclude, const std::string packet_type) const
+void game::send_data(simple_wml::document& data, const network::connection
exclude, const std::string /*packet_type*/) const
{
simple_wml::string_span s = data.output_compressed();
const user_vector& users = all_game_users();
@@ -1124,7 +1124,7 @@
}
}
-void game::send_to_one(simple_wml::document& data, const network::connection
sock, const std::string packet_type) const
+void game::send_to_one(simple_wml::document& data, const network::connection
sock, const std::string /*packet_type*/) const
{
simple_wml::string_span s = data.output_compressed();
network::send_raw_data(s.begin(), s.size(), sock,"game");
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits