mirror of https://github.com/aseprite/aseprite.git
Remove unused variable
This commit is contained in:
parent
baa2f61c6b
commit
620b206b23
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue