aboutsummaryrefslogtreecommitdiff
path: root/saga/sysgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sysgfx.h')
-rw-r--r--saga/sysgfx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/saga/sysgfx.h b/saga/sysgfx.h
index b69b2766f1..f530b8d1a0 100644
--- a/saga/sysgfx.h
+++ b/saga/sysgfx.h
@@ -34,10 +34,6 @@ namespace Saga {
struct R_SYSGFX_MODULE {
int init;
- SDL_Surface *sdl_screen; // Screen surface
- R_SURFACE r_screen;
-
- SDL_Surface *sdl_back_buf; // Double buffer surface
R_SURFACE r_back_buf;
int white_index;