comment out unfinished code
This commit is contained in:
@@ -154,7 +154,8 @@ void FontManager::LoadFontPageSettings(FontPageSettings &cfg, IniFile &ini, cons
|
|||||||
cfg.CharToGlyphNo[c] = frame;
|
cfg.CharToGlyphNo[c] = frame;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
|
/* not implemented yet */
|
||||||
if(val.substr(0, 6) == "RANGE ")
|
if(val.substr(0, 6) == "RANGE ")
|
||||||
{
|
{
|
||||||
/* range RANGE=first_frame
|
/* range RANGE=first_frame
|
||||||
@@ -187,7 +188,7 @@ void FontManager::LoadFontPageSettings(FontPageSettings &cfg, IniFile &ini, cons
|
|||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user