From 918527e3fb9ddbdab0d2d1a400bfde311264ff0a Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 6 Jan 2025 07:33:25 -0500 Subject: update --- libwinnie/src/sdl/gfx.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libwinnie/src/sdl/gfx.cc') diff --git a/libwinnie/src/sdl/gfx.cc b/libwinnie/src/sdl/gfx.cc index 644c9d4..bab4e7b 100644 --- a/libwinnie/src/sdl/gfx.cc +++ b/libwinnie/src/sdl/gfx.cc @@ -129,11 +129,6 @@ get_clipping_rect() return gfx->clipping_rect; } -void -set_cursor_visibility(bool visible) -{ -} - void gfx_update(const Rect &upd_rect) { @@ -160,11 +155,6 @@ gfx_update(const Rect &upd_rect) SDL_UpdateRect(fbsurf, rect.x, rect.y, rect.width, rect.height); } -void -wait_vsync() -{ -} - void get_rgb_order(int *r, int *g, int *b) { -- cgit v1.2.3