aboutsummaryrefslogtreecommitdiff
path: root/saga/render.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-05-01 19:41:47 +0000
committerEugene Sandulenko2004-05-01 19:41:47 +0000
commitc0772498b6d2351ed2f3c2ba308d0bbda84b7cb0 (patch)
treeaf908b45a373cf37214320e68ab3c15280368773 /saga/render.h
parent78f2d348253c69180f00221caad0566a09d69345 (diff)
downloadscummvm-rg350-c0772498b6d2351ed2f3c2ba308d0bbda84b7cb0.tar.gz
scummvm-rg350-c0772498b6d2351ed2f3c2ba308d0bbda84b7cb0.tar.bz2
scummvm-rg350-c0772498b6d2351ed2f3c2ba308d0bbda84b7cb0.zip
All graphics and input now is in OSystem.
Only timers left. svn-id: r13723
Diffstat (limited to 'saga/render.h')
-rw-r--r--saga/render.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/saga/render.h b/saga/render.h
index ad74c27fe9..0e7a4d9b88 100644
--- a/saga/render.h
+++ b/saga/render.h
@@ -44,8 +44,6 @@ struct R_RENDER_MODULE {
int r_softcursor;
// Module data
- R_SURFACE *r_screen_surface;
- R_SURFACE *r_display_surface;
R_SURFACE *r_backbuf_surface;
byte *r_bg_buf;