didn't use any of this

This commit is contained in:
Glenn Maynard
2003-01-05 03:25:20 +00:00
parent d56722b746
commit 48a54bcbde
-9
View File
@@ -54,18 +54,9 @@ protected:
bool m_bRainbow;
// struct chr {
// RageVertex v[4];
// RageTexture *t;
// };
vector<RageVertex> verts;
// int num_vertices;
vector<RageTexture *> tex;
// vector<int> vec_cnt;
// vector<one_char> chars;
// static bool sort_chars(const one_char &a, const one_char &b);
void BuildChars();
void DrawChars();
};