]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/plane.c
Move pln_oninit(), lnd_oninit(), nuk_oninit() to filetable.c
[empserver] / src / lib / subs / plane.c
index c4ea28f7755dd0e4351a392bc02a17ee3a56e12a..29cb6523760c99603511634663b32e2863aa508e 100644 (file)
@@ -87,14 +87,6 @@ pln_prewrite(int n, void *old, void *new)
        unit_update_cargo((struct empobj *)pp);
 }
 
-void
-pln_oninit(void *ptr)
-{
-    struct plnstr *pp = ptr;
-
-    pp->pln_ship = pp->pln_land = -1;
-}
-
 char *
 prplane(struct plnstr *pp)
 {