remove unused variable

This commit is contained in:
Dominic Bolin 2006-06-01 19:55:32 +00:00
parent 8101d09cf8
commit c6242901df

View file

@ -709,7 +709,6 @@ bool unit::matches_filter(const config& cfg,const gamemap::location& loc,bool us
const std::string& description = cfg["description"];
const std::string& speaker = cfg["speaker"];
const std::string& type = cfg["type"];
const std::string& profile = cfg["profile"];
const std::string& ability = cfg["ability"];
const std::string& side = cfg["side"];
const std::string& weapon = cfg["has_weapon"];