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
commit7e8c7dfcbffff8e12bf85b0101a1b0ce92d17e43 (patch)
tree7105af68cd7a4de890ea06741a09bfbd303d5464 /src/cargopacket.h
parente89e6b1361cc44b9c1f2b1501f419f54f0b31528 (diff)
downloadopenttd-7e8c7dfcbffff8e12bf85b0101a1b0ce92d17e43.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;
};
/**