gui: Remove unused functions

This commit is contained in:
Joel16 2021-11-05 12:35:35 -04:00
parent d935732a20
commit cc30a5cc8d

View File

@ -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);
}