From 930bb224168145f942a426dc8404f02f20fa2be0 Mon Sep 17 00:00:00 2001 From: Rubidium Date: Wed, 16 Jun 2021 20:47:31 +0200 Subject: [PATCH] Cleanup: remove lines from station_base.h that are already included in includes base_station_base.h --- src/station_base.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/station_base.h b/src/station_base.h index 4f79dd98c6..c63dcade17 100644 --- a/src/station_base.h +++ b/src/station_base.h @@ -21,9 +21,6 @@ #include #include -typedef Pool StationPool; -extern StationPool _station_pool; - static const byte INITIAL_STATION_RATING = 175; /**