]> git.pond.sub.org Git - empserver/blobdiff - include/treaty.h
Remove unused members of struct lndstr, lonstr, nukstr, trtstr
[empserver] / include / treaty.h
index 2f8f2d91945575c8f0b4bdddc779802bf95bfdde..bef96d5998480fef6cde33b597c5b41e1f0ebe08 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -50,7 +50,6 @@ struct trtstr {
     char trt_fill;
     short trt_acond;           /* conditions for proposer */
     short trt_bcond;           /* conditions for accepter */
-    float trt_bond;            /* amount of bond involved (unused) */
     time_t trt_exp;            /* expiration date */
 };