From c7ad09c6856cc5e3be805866623d94258360fd60 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Thu, 18 Oct 2012 12:44:00 +0000 Subject: NEVERHOOD: Remove BaseSurface::addDirtyRect() which is obsolete as well --- engines/neverhood/graphics.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/neverhood/graphics.cpp') 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; -- cgit v1.2.3