shp_init(), lnd_init(), pln_init(), nuk_init() are now empty, remove

This commit is contained in:
Markus Armbruster 2008-02-24 11:13:48 +01:00
parent 6cd3d55c4e
commit 6b89127d5b
6 changed files with 4 additions and 28 deletions

View file

@ -98,11 +98,6 @@ nuk_prewrite(int n, void *ptr)
return 1;
}
void
nuk_init(int n, void *ptr)
{
}
int
nuk_on_plane(struct nukstr *np, int pluid)
{