Remove old font settings
This commit is contained in:
parent
ce38df268b
commit
5b4d8e1f8a
@ -354,17 +354,6 @@ void STKConfig::getAllData(const XMLNode * root)
|
||||
|
||||
}
|
||||
|
||||
if(const XMLNode *font_node = root->getNode("font"))
|
||||
{
|
||||
font_node->get("default", &m_font_default );
|
||||
font_node->get("default_fallback", &m_font_default_fallback);
|
||||
font_node->get("cjk", &m_font_cjk );
|
||||
font_node->get("ar", &m_font_ar );
|
||||
font_node->get("bold", &m_font_bold );
|
||||
font_node->get("bold_fallback", &m_font_bold_fallback );
|
||||
font_node->get("digit", &m_font_digit );
|
||||
}
|
||||
|
||||
if (const XMLNode *fonts_list = root->getNode("fonts-list"))
|
||||
{
|
||||
fonts_list->get("normal-ttf", &m_normal_ttf);
|
||||
|
@ -145,14 +145,6 @@ public:
|
||||
|
||||
float m_cutscene_fov;
|
||||
|
||||
/** File names of the default fonts in STK. */
|
||||
std::string m_font_default;
|
||||
std::string m_font_default_fallback;
|
||||
std::string m_font_cjk;
|
||||
std::string m_font_ar;
|
||||
std::string m_font_bold;
|
||||
std::string m_font_bold_fallback;
|
||||
std::string m_font_digit;
|
||||
/** Lists of TTF files used in STK. */
|
||||
std::vector<std::string> m_normal_ttf;
|
||||
std::vector<std::string> m_digit_ttf;
|
||||
|
Loading…
Reference in New Issue
Block a user