Author: mordante
Date: Sun Mar 29 12:06:58 2009
New Revision: 34234

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34234&view=rev
Log:
Remove an unused variable.

Modified:
    trunk/src/intro.cpp

Modified: trunk/src/intro.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/intro.cpp?rev=34234&r1=34233&r2=34234&view=diff
==============================================================================
--- trunk/src/intro.cpp (original)
+++ trunk/src/intro.cpp Sun Mar 29 12:06:58 2009
@@ -82,7 +82,6 @@
 
                        const std::string var_name = switch_node["variable"];
                        const std::string var_actual_value = 
(*gamestate).get_variable_const(var_name);
-                       const vconfig::child_list& cases = 
item.second.get_children("case");
                        bool not_found = true;
 
                        for(vconfig::all_children_iterator j = 
switch_node.ordered_begin(); j != switch_node.ordered_end(); ++j) {


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

Reply via email to