summaryrefslogtreecommitdiff
path: root/src/cargopacket.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-27 17:19:05 +0000
committerrubidium <rubidium@openttd.org>2007-06-27 17:19:05 +0000
commit67f46b40ab1d3869e88bdc5a6508310638dfa23d (patch)
treeb0d20222e199028e6c7ebc3a16cb76e98d6ef1b4 /src/cargopacket.h
parent3c5622ee9abec4dcc8bf938557b9c70c210a5715 (diff)
downloadopenttd-67f46b40ab1d3869e88bdc5a6508310638dfa23d.tar.xz
(svn r10358) -Codechange: remove the cargopacket leakchecker as it never asserted in almost a week of stresstesting, so I'm pretty sure all cornercases are tested by now.
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 fab8418d5..0ba54fa2c 100644
--- a/src/cargopacket.h
+++ b/src/cargopacket.h
@@ -11,8 +11,6 @@
* Container for cargo from the same location and time
*/
struct CargoPacket {
- bool touched;
-
typedef uint32 ID; ///< Type for cargopacket identifiers
ID index; ///< The unique index of this packet