mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-23 11:59:23 +01:00
Remove unused
This commit is contained in:
parent
9086f767ac
commit
abc77018aa
1
menu.cpp
1
menu.cpp
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user