aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msurface.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-05 07:27:39 -0500
committerPaul Gilbert2014-03-05 07:27:39 -0500
commit23ebeec600f8210601dd45fc42c21a596fa6d127 (patch)
treed5c28780ace8f5e74e393dc4dfa87bc0300a898a /engines/mads/msurface.h
parent568fc31b3090a70aa922479991540d4f5c2e918c (diff)
downloadscummvm-rg350-23ebeec600f8210601dd45fc42c21a596fa6d127.tar.gz
scummvm-rg350-23ebeec600f8210601dd45fc42c21a596fa6d127.tar.bz2
scummvm-rg350-23ebeec600f8210601dd45fc42c21a596fa6d127.zip
MADS: Further implementation of drawElements
Diffstat (limited to 'engines/mads/msurface.h')
-rw-r--r--engines/mads/msurface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h
index 7f4cec3c1c..7043cd4eff 100644
--- a/engines/mads/msurface.h
+++ b/engines/mads/msurface.h
@@ -132,11 +132,6 @@ public:
void empty();
/**
- * Updates the screen with the contents of the surface
- */
- void updateScreen();
-
- /**
* Copys a sub-section of another surface into the current one.
* @param src Source surface
* @param srcBounds Area of source surface to copy