changeset 4523:46380e6da3ae draft

(svn r6348) -Codechange: Remove redundant assignment
author tron <tron@openttd.org>
date Sat, 02 Sep 2006 20:35:08 +0000
parents f87721ef89ff
children 2525c13a281a
files viewport.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/viewport.c
+++ b/viewport.c
@@ -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)