Author: shadowmaster
Date: Wed Apr  4 04:01:25 2012
New Revision: 53767

URL: http://svn.gna.org/viewcvs/wesnoth?rev=53767&view=rev
Log:
addon/client: Remove old code that no longer does anything useful

Modified:
    trunk/src/addon/client.cpp

Modified: trunk/src/addon/client.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/addon/client.cpp?rev=53767&r1=53766&r2=53767&view=diff
==============================================================================
--- trunk/src/addon/client.cpp (original)
+++ trunk/src/addon/client.cpp Wed Apr  4 04:01:25 2012
@@ -226,12 +226,6 @@
 
        LOG_ADDONS << "generating version info for add-on '" << info.id << 
"'\n";
 
-       utils::string_map vars;
-
-       vars["uploads"] = str_cast(info.uploads);
-       vars["version"] = info.version.str();
-       vars["type"] = get_addon_type_string(info.type);
-
        std::ostringstream info_contents;
        config wml;
 


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

Reply via email to