changeset 4797:ea6a64613abe draft

(svn r6719) -Code cleanup: [depot window] removed line that assigned 0 to a var, that's already 0
author bjarni <bjarni@openttd.org>
date Tue, 10 Oct 2006 10:11:41 +0000
parents fb4329eee0d7
children fdea85b991f7
files depot_gui.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/depot_gui.c
+++ b/depot_gui.c
@@ -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;