From 92c6cbbe672bc616462f285d69f3221ff2b7e7ea Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 10 Oct 2006 10:11:41 +0000 Subject: [PATCH] (svn r6719) -Code cleanup: [depot window] removed line that assigned 0 to a var, that's already 0 --- depot_gui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/depot_gui.c b/depot_gui.c index a9900d716b..665f278082 100644 --- a/depot_gui.c +++ b/depot_gui.c @@ -973,7 +973,6 @@ void ShowDepotWindow(TileIndex tile, byte type) case VEH_Road: horizontal = 10; - vertical = - 14 + 14; w->vscroll.cap = 5; w->hscroll.cap = 5; w->resize.step_width = 56;