# HG changeset patch # User tron # Date 1157229308 0 # Node ID 1840644cce24bf425467aacc5e6c4f8280b502da # Parent 3f90e8cf243560c42f1b9cc4043da384099827b6 (svn r6348) -Codechange: Remove redundant assignment diff -r 3f90e8cf2435 -r 1840644cce24 viewport.c --- a/viewport.c Sat Sep 02 20:34:33 2006 +0000 +++ b/viewport.c Sat Sep 02 20:35:08 2006 +0000 @@ -1177,8 +1177,6 @@ ss = ss->next; } while (ss != NULL); - - _cur_dpi = dpi; } void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom)