summaryrefslogtreecommitdiff
path: root/src/vehicle_gui_base.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-11-14 08:44:12 +0000
committeralberth <alberth@openttd.org>2009-11-14 08:44:12 +0000
commitfb0158c8cece2f161d2de6f75a295ad0725f8470 (patch)
tree26b306f2e9b8fe472a613448541608e454bea69e /src/vehicle_gui_base.h
parente016fa0fac3438a42af6eb60a40e8dc83a2d79c6 (diff)
downloadopenttd-fb0158c8cece2f161d2de6f75a295ad0725f8470.tar.xz
(svn r18067) -Codechange: Eliminate a constant representing a widget top edge in vehicle windows.
Diffstat (limited to 'src/vehicle_gui_base.h')
-rw-r--r--src/vehicle_gui_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicle_gui_base.h b/src/vehicle_gui_base.h
index 7cad95687..2f3757f4a 100644
--- a/src/vehicle_gui_base.h
+++ b/src/vehicle_gui_base.h
@@ -16,7 +16,6 @@
/** Start of functions regarding vehicle list windows */
enum {
- PLY_WND_PRC__OFFSET_TOP_WIDGET = 26,
PLY_WND_PRC__SIZE_OF_ROW_TINY = 13, ///< Height of rows in group list
PLY_WND_PRC__SIZE_OF_ROW_SMALL = 26, ///< Height of rows in train/roadvehicle list
PLY_WND_PRC__SIZE_OF_ROW_BIG = 39, ///< Height of rows in ship/aircraft list