aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/graphics.cpp
diff options
context:
space:
mode:
authorjohndoe1232012-10-18 12:44:00 +0000
committerWillem Jan Palenstijn2013-05-08 20:47:32 +0200
commitc7ad09c6856cc5e3be805866623d94258360fd60 (patch)
tree5d57f6ea20c5c4d47f9475d34f45a2a06d4fa0e5 /engines/neverhood/graphics.cpp
parenta6e9475a3fd49bab9ff463f87734d27782297cdb (diff)
downloadscummvm-rg350-c7ad09c6856cc5e3be805866623d94258360fd60.tar.gz
scummvm-rg350-c7ad09c6856cc5e3be805866623d94258360fd60.tar.bz2
scummvm-rg350-c7ad09c6856cc5e3be805866623d94258360fd60.zip
NEVERHOOD: Remove BaseSurface::addDirtyRect() which is obsolete as well
Diffstat (limited to 'engines/neverhood/graphics.cpp')
-rw-r--r--engines/neverhood/graphics.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/neverhood/graphics.cpp b/engines/neverhood/graphics.cpp
index cd2234dd81..b87c447b31 100644
--- a/engines/neverhood/graphics.cpp
+++ b/engines/neverhood/graphics.cpp
@@ -63,10 +63,6 @@ void BaseSurface::draw() {
}
}
-void BaseSurface::addDirtyRect() {
- // TODO
-}
-
void BaseSurface::clear() {
_surface->fillRect(Common::Rect(0, 0, _surface->w, _surface->h), 0);
++_version;