(svn r6719) -Code cleanup: [depot window] removed line that assigned 0 to a var, that's already 0
authorbjarni
Tue, 10 Oct 2006 10:11:41 +0000
changeset 4797 260eb5b6499b
parent 4796 7e40ab01097a
child 4798 1b51f31e542f
(svn r6719) -Code cleanup: [depot window] removed line that assigned 0 to a var, that's already 0
depot_gui.c
--- a/depot_gui.c	Tue Oct 10 10:04:09 2006 +0000
+++ b/depot_gui.c	Tue Oct 10 10:11:41 2006 +0000
@@ -973,7 +973,6 @@
 
 			case VEH_Road:
 				horizontal = 10;
-				vertical = - 14 + 14;
 				w->vscroll.cap = 5;
 				w->hscroll.cap = 5;
 				w->resize.step_width = 56;