mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 16:27:10 +01:00
new layout system, new UI state/styles system
This commit is contained in:
@@ -60,10 +60,3 @@ FontPtr FontManager::getFont(const std::string& fontName)
|
||||
return getDefaultFont();
|
||||
}
|
||||
|
||||
FontPtr FontManager::getDefaultFont()
|
||||
{
|
||||
// default font should always exists, otherwise the app may crash
|
||||
if(!m_defaultFont)
|
||||
logFatal("no default font to display, cannot continue to run");
|
||||
return m_defaultFont;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user