Author: mordante
Date: Thu Jul 10 19:52:17 2008
New Revision: 27897

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27897&view=rev
Log:
Remove some unused variables.

Modified:
    trunk/src/hotkeys.cpp

Modified: trunk/src/hotkeys.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/hotkeys.cpp?rev=27897&r1=27896&r2=27897&view=diff
==============================================================================
--- trunk/src/hotkeys.cpp (original)
+++ trunk/src/hotkeys.cpp Thu Jul 10 19:52:17 2008
@@ -222,9 +222,6 @@
        ctrl_ = utils::string_bool(cfg["ctrl"]);
        shift_ = utils::string_bool(cfg["shift"]);
 
-       const std::string& scope_string = cfg["scope"];
-       int i = 0;
-       
        if (!key.empty()) {
                // They may really want a specific key on the keyboard: we 
assume
                // that any single character keyname is a character.


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

Reply via email to