diff options
Diffstat (limited to 'libwinnie/src/sdl/gfx.cc')
-rw-r--r-- | libwinnie/src/sdl/gfx.cc | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ -130,11 +130,6 @@ get_clipping_rect() } void -set_cursor_visibility(bool visible) -{ -} - -void gfx_update(const Rect &upd_rect) { if (SDL_MUSTLOCK(fbsurf)) { @@ -161,11 +156,6 @@ gfx_update(const Rect &upd_rect) } void -wait_vsync() -{ -} - -void get_rgb_order(int *r, int *g, int *b) { *r = fbsurf->format->Rshift / 8; |