mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 13:20:45 +00:00
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…
x
Reference in New Issue
Block a user