(svn r6348) -Codechange: Remove redundant assignment

This commit is contained in:
tron 2006-09-02 20:35:08 +00:00
parent a286726fe9
commit da30222a91
1 changed files with 0 additions and 2 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)