remove GetGlyphTexture

This commit is contained in:
Glenn Maynard
2003-01-19 02:05:07 +00:00
parent a7f6279140
commit 450618161c
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -312,12 +312,6 @@ const glyph &Font::GetGlyph( longchar c ) const
return *it->second;
}
RageTexture *Font::GetGlyphTexture( longchar c )
{
glyph &g = const_cast<glyph &> (GetGlyph(c));
return g.Texture;
}
void Font::CapsOnly()
{
/* For each uppercase character that we have a mapping for, add