Remove unused

This commit is contained in:
simon.kagstrom 2009-11-22 09:59:49 +00:00
parent 9086f767ac
commit abc77018aa

View File

@ -23,7 +23,6 @@ void Menu::printText(SDL_Surface *where, const char *msg, SDL_Color clr,
{ {
SDL_Surface *font_surf; SDL_Surface *font_surf;
SDL_Rect dst = {x, y, 0, 0}; SDL_Rect dst = {x, y, 0, 0};
SDL_Color color = {r, g, b};
char buf[255]; char buf[255];
unsigned int i; unsigned int i;
int tw, th; int tw, th;