X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=cf75e6442c42452ec02ca6db6ab75bb4a4e23c02;hb=3939cd4f963b485e1da42787f59fdbcfae23be19;hp=e9b5c84e18c083819f1f9bca8ad67e5f9c34e94b;hpb=1329da1087dd91d0b4d1a7e0a63f9a669ec57d8c;p=open-adventure.git diff --git a/misc.c b/misc.c index e9b5c84..cf75e64 100644 --- a/misc.c +++ b/misc.c @@ -337,12 +337,6 @@ long VOCAB(long id, long init) BUG(21); } -void DSTROY(long object) -/* Permanently eliminate "object" by moving to a non-existent location. */ -{ - MOVE(object,0); -} - void JUGGLE(long object) /* Juggle an object by picking it up and putting it down again, the purpose * being to get the object to the front of the chain of things at its loc. */