summaryrefslogtreecommitdiff
path: root/depot_gui.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-10-10 10:11:41 +0000
committerbjarni <bjarni@openttd.org>2006-10-10 10:11:41 +0000
commit30e72ba3f4429b06fbaa2d01bda08dfa0a89391a (patch)
treec63020abc6096510a4af9c91da783cc0a797d824 /depot_gui.c
parent7a6518cad98db1783fe359d7e75450cb9975e7ae (diff)
downloadopenttd-30e72ba3f4429b06fbaa2d01bda08dfa0a89391a.tar.xz
(svn r6719) -Code cleanup: [depot window] removed line that assigned 0 to a var, that's already 0
Diffstat (limited to 'depot_gui.c')
-rw-r--r--depot_gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/depot_gui.c b/depot_gui.c
index a9900d716..665f27808 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;