From 48a54bcbde89618eb1fe61d1410c6aa38911e988 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 5 Jan 2003 03:25:20 +0000 Subject: [PATCH] didn't use any of this --- stepmania/src/BitmapText.h | 9 --------- 1 file changed, 9 deletions(-) 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(); };