Remove unused variable

This commit is contained in:
David Capello 2015-03-26 10:43:39 -03:00
parent baa2f61c6b
commit 620b206b23

View File

@ -2172,7 +2172,7 @@ she::Font* SkinTheme::loadFont(const char* userFont, const std::string& path)
f->setSize(8);
return f;
}
catch (const std::exception& ex) {
catch (const std::exception&) {
// Do nothing
}
}