From da30222a912b535e20130e31013996fb9ff7f6de Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 2 Sep 2006 20:35:08 +0000 Subject: [PATCH] (svn r6348) -Codechange: Remove redundant assignment --- viewport.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/viewport.c b/viewport.c index 7dc46e4a6b..1f522ab7ad 100644 --- a/viewport.c +++ b/viewport.c @@ -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)