From af75fce2fb87fb0e285b1c876fb14bccb3c0def7 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 6 Jan 2025 06:29:51 -0500 Subject: simplify --- libwinnie/src/sdl/gfx.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libwinnie/src/sdl/gfx.h') diff --git a/libwinnie/src/sdl/gfx.h b/libwinnie/src/sdl/gfx.h index cb1c7ef..c14c22a 100644 --- a/libwinnie/src/sdl/gfx.h +++ b/libwinnie/src/sdl/gfx.h @@ -28,9 +28,6 @@ Author: Eleni Maria Stea bool init_gfx(); void destroy_gfx(); -bool client_open_gfx(void *smem_start, int offset); -void client_close_gfx(); - unsigned char *get_framebuffer(); Pixmap *get_framebuffer_pixmap(); -- cgit v1.2.3