mirror of
https://github.com/joel16/SwitchIdent.git
synced 2024-11-23 11:49:43 +00:00
gui: Remove unused functions
This commit is contained in:
parent
d935732a20
commit
cc30a5cc8d
@ -108,14 +108,6 @@ namespace GUI {
|
||||
SDL_RenderCopy(g_renderer, texture, nullptr, &position);
|
||||
}
|
||||
|
||||
void DrawBanner(int x, int y) {
|
||||
GUI::DrawImage(banner, x, y);
|
||||
}
|
||||
|
||||
void DrawDriveIcon(int x, int y) {
|
||||
GUI::DrawImage(drive, x, y);
|
||||
}
|
||||
|
||||
void Render(void) {
|
||||
SDL_RenderPresent(g_renderer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user