Cleanup: remove unused static variables

This commit is contained in:
Rubidium
2023-01-26 23:34:52 +01:00
committed by rubidium42
parent 00721787e1
commit 7e1d272397
2 changed files with 0 additions and 6 deletions

View File

@@ -26,9 +26,6 @@ typedef Pool<OrderBackup, OrderBackupID, 1, 256> OrderBackupPool;
/** The pool with order backups. */
extern OrderBackupPool _order_backup_pool;
/** Flag to pass to the vehicle construction command when an order should be preserved. */
static const uint32 MAKE_ORDER_BACKUP_FLAG = 1U << 31;
/**
* Data for backing up an order of a vehicle so it can be
* restored after a vehicle is rebuilt in the same depot.