X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=c4dc35124b4e9885007e4110f85cad7d7163125e;hb=9eda1f424dcdc8c154b6a881feed270eeb17e83e;hp=756e5cbfb223a443d3909fe4d3025b199bc3cb55;hpb=03b2f1c86e4a7e856fadff2244b9c6456ccd8835;p=open-adventure.git 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;