X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=misc.c;h=c4dc35124b4e9885007e4110f85cad7d7163125e;hp=756e5cbfb223a443d3909fe4d3025b199bc3cb55;hb=9b585f40d815b2f7ff0bfa8bed7892002bd7014f;hpb=03b2f1c86e4a7e856fadff2244b9c6456ccd8835 diff --git a/misc.c b/misc.c index 756e5cb..c4dc351 100644 --- a/misc.c +++ b/misc.c @@ -128,11 +128,6 @@ void tokenize(char* raw, struct command_t *cmd) /* Hide the fact that wods are corrently packed longs */ -bool wordempty(token_t a) -{ - return a == 0; -} - void wordclear(token_t *v) { *v = 0;