comment out unfinished code

This commit is contained in:
Glenn Maynard
2003-01-08 06:06:15 +00:00
parent fa90df76c9
commit d0a9ddc41b
+3 -2
View File
@@ -154,7 +154,8 @@ void FontManager::LoadFontPageSettings(FontPageSettings &cfg, IniFile &ini, cons
cfg.CharToGlyphNo[c] = frame;
continue;
}
#if 0
/* not implemented yet */
if(val.substr(0, 6) == "RANGE ")
{
/* range RANGE=first_frame
@@ -187,7 +188,7 @@ void FontManager::LoadFontPageSettings(FontPageSettings &cfg, IniFile &ini, cons
continue;
}
#endif
}
}