remove unused data, fix warning

This commit is contained in:
Glenn Maynard
2003-01-10 02:54:07 +00:00
parent f0d662b1b2
commit 5d5ac4e52c
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -49,9 +49,9 @@ protected:
CString m_szText;
vector<lstring> m_szTextLines;
vector<int> m_iLineWidths; // in source pixels
vector<int> m_iLineHeights; // in source pixels
int m_iWidestLineWidth; // in source pixels
bool m_bRainbow;
vector<RageVertex> verts;