(svn r6346) -Codechange: Remove redundant assignment

This commit is contained in:
tron
2006-09-02 20:34:04 +00:00
parent ab523bb59f
commit e3d00af21e
4 changed files with 69 additions and 5 deletions

View File

@@ -1177,8 +1177,6 @@ static void ViewportDrawStrings(DrawPixelInfo *dpi, const StringSpriteToDraw *ss
ss = ss->next;
} while (ss != NULL);
_cur_dpi = dpi;
}
void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom)