removed unused variable
This commit is contained in:
parent
6a31371e49
commit
d72ed76cbd
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue