(svn r14137) -Codechange: Remove a now unused member of CargoPacket
This commit is contained in:
@@ -56,8 +56,6 @@ struct CargoPacket : PoolItem<CargoPacket, CargoPacketID, &_CargoPacket_pool> {
|
||||
* @return true if and only if days_in_transit and source_xy are equal
|
||||
*/
|
||||
bool SameSource(const CargoPacket *cp) const;
|
||||
|
||||
void RestoreBackup() const;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user