]> git.pond.sub.org Git - empserver/commitdiff
include: Bury dead remnants of TREATIES and SAIL
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 12 Jun 2016 10:06:34 +0000 (12:06 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Aug 2017 17:59:59 +0000 (19:59 +0200)
Left behind by commit a109de9 and commit dc73207, v4.3.33.

While there, drop a declaration of nonexistent function xedit() that
crept into commit afa65c8, v4.2.20.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
include/prototypes.h
include/ship.h
include/types.h

index f62b8dfacab9129199b7afd103988521bda0346f..45ab95aafdb37c7657597720d4e5d6388a93b01c 100644 (file)
@@ -226,7 +226,6 @@ int togg(void);
 int torp(void);
 int trad(void);
 int tran(void);
-int trea(void);
 int turn(void);
 int upda(void);
 int upgr(void);
@@ -236,7 +235,6 @@ int wing(void);
 int wipe(void);
 int work(void);
 int xdump(void);
-int xedit(void);
 int zdon(void);
 
 /*
@@ -420,8 +418,6 @@ extern int commdamage(int, int, i_type);
 extern int detonate(struct nukstr *, coord, coord, int);
 /* disloan.c */
 extern int disloan(int, struct lonstr *);
-/* distrea.c */
-extern int distrea(int, struct trtstr *);
 /* fileinit.c */
 extern void ef_init_srv(int);
 extern void ef_fin_srv(void);
@@ -637,8 +633,6 @@ extern void takeover_ship(struct shpstr *, natid);
 extern void takeover_plane(struct plnstr *, natid);
 /* trdsub.c */
 /* in trade.h */
-/* trechk.c */
-extern int trechk(natid, natid, int);
 /* whatitem.c */
 /* in item.h */
 /* wu.c */
index 36a01ca6984bf2d4ffc4d5d2a4df096bdc967025..3e9d1f1fb19dc5a389085d15d7efc3216c2ca075 100644 (file)
@@ -45,7 +45,6 @@
 #define SHP_TYPE_MAX   46
 #define SHIP_MINEFF    20
 
-#define MAXSHPPATH     28
 #define MAXSHPNAMLEN   24
 
 struct shpstr {
index 92b807aced0eb13a8c2de007f40389db9db79ee0..e1cda7fe62ffc5ece2e64677dc4ad31120dd95a4 100644 (file)
@@ -58,7 +58,6 @@ struct shiplist;
 struct shpstr;
 struct symbol;
 struct trdstr;
-struct trtstr;
 struct comstr;
 struct cmndstr;
 struct ulist;