From d0a9ddc41bb8356444c50fc4efdb5a93c9e7bfb6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 8 Jan 2003 06:06:15 +0000 Subject: [PATCH] comment out unfinished code --- stepmania/src/FontManager.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stepmania/src/FontManager.cpp b/stepmania/src/FontManager.cpp index 31c78f23a6..c21a9aae6d 100644 --- a/stepmania/src/FontManager.cpp +++ b/stepmania/src/FontManager.cpp @@ -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 } }