From 3b6cbf62d423a7dde0c3dc6adfebdbc5e62c57d5 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 17 Apr 2006 18:47:50 +0000 Subject: (svn r4460) - Newstations: remove unused class_id / stat_id variables from the Station struct. --- station.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'station.h') diff --git a/station.h b/station.h index bb9354fd5..e448c14fa 100644 --- a/station.h +++ b/station.h @@ -66,8 +66,6 @@ struct Station { // trainstation width/height byte trainst_w, trainst_h; - byte class_id; // custom graphics station class - byte stat_id; // custom graphics station id in the @class_id class uint16 build_date; //uint16 airport_flags; -- cgit v1.2.3-54-g00ecf