summaryrefslogtreecommitdiff
path: root/src/cargopacket.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2008-08-23 09:31:53 +0000
committercelestar <celestar@openttd.org>2008-08-23 09:31:53 +0000
commit3546b74e931054ba8704c91bd6671d58f6286f1e (patch)
tree7105af68cd7a4de890ea06741a09bfbd303d5464 /src/cargopacket.h
parent96a96e3524aadffa6493c2dcca3e1ba2d9305d8a (diff)
downloadopenttd-3546b74e931054ba8704c91bd6671d58f6286f1e.tar.xz
(svn r14137) -Codechange: Remove a now unused member of CargoPacket
Diffstat (limited to 'src/cargopacket.h')
-rw-r--r--src/cargopacket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cargopacket.h b/src/cargopacket.h
index 7731228ff..12014d3fd 100644
--- a/src/cargopacket.h
+++ b/src/cargopacket.h
@@ -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;
};
/**