(svn r6348) -Codechange: Remove redundant assignment
authortron
Sat, 02 Sep 2006 20:35:08 +0000
changeset 4523 1840644cce24
parent 4522 3f90e8cf2435
child 4524 3d2786df6ffd
(svn r6348) -Codechange: Remove redundant assignment
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)