summaryrefslogtreecommitdiff
path: root/src/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx.h')
-rw-r--r--src/gfx.h6
1 files changed, 0 insertions, 6 deletions
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);