this is not necessary anymore

svn-id: r12512
This commit is contained in:
Max Horn 2004-01-19 18:57:06 +00:00
parent a9f8a9ca18
commit f94373b570

View File

@ -563,10 +563,6 @@ void ScummEngine::restoreBG(Common::Rect rect, byte backColor) {
rect.top -= topline;
rect.bottom -= topline;
if (rect.left < 0)
rect.left = 0;
if (rect.right < 0)
rect.right = 0;
rect.clip(vs->width, vs->height);
markRectAsDirty(vs->number, rect, USAGE_BIT_RESTORED);