(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.

This commit is contained in:
rubidium
2007-06-27 17:19:05 +00:00
parent 0ab80d824b
commit 926d103482
3 changed files with 1 additions and 28 deletions

View File

@@ -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