From c1d084c70d3fa63eb787b57c5c6c3f511c95a357 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 16 Jan 2004 02:28:10 +0000 Subject: Added options to toggle individual breakpoints --- src/gfx.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gfx.h') diff --git a/src/gfx.h b/src/gfx.h index 9b35868..6d051d8 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -55,12 +55,6 @@ void GFXInit(void); -/* Size of the screen -*/ -int GFXHeight(void); -int GFXWidth(void); - - /* Get the SDL_Surface for the screen */ SDL_Surface *GFXGetSurface(void); -- cgit v1.2.3