summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/station_base.h b/src/station_base.h
index d595379e9..ca0e598f9 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -42,7 +42,6 @@ struct GoodsEntry {
byte rating;
byte last_speed;
byte last_age;
- byte amount_fract; ///< Fractional part of the amount in the cargo list
StationCargoList cargo; ///< The cargo packets of cargo waiting in this station
};