removed unused variable

This commit is contained in:
fluxgen 2005-12-22 23:38:24 +00:00
parent 6a31371e49
commit d72ed76cbd

View file

@ -273,7 +273,6 @@ bool Font::load(const std::string &name) {
if (name.size() == 0) if (name.size() == 0)
return false; return false;
bool ret = false;
StringMapIt lookup_entry; StringMapIt lookup_entry;
FontCacheIt cache_entry; FontCacheIt cache_entry;