diff --git a/stepmania/src/BitmapText.h b/stepmania/src/BitmapText.h index cdff83b9e9..9e50e014e3 100644 --- a/stepmania/src/BitmapText.h +++ b/stepmania/src/BitmapText.h @@ -54,18 +54,9 @@ protected: bool m_bRainbow; -// struct chr { -// RageVertex v[4]; -// RageTexture *t; -// }; - vector verts; -// int num_vertices; vector tex; -// vector vec_cnt; -// vector chars; -// static bool sort_chars(const one_char &a, const one_char &b); void BuildChars(); void DrawChars(); };