X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=play.c;h=2155ebf824d45bb578bcb0b782c565be42e349b2;hb=6c6065477926396a7e70f000a1cbe222ecd65be4;hp=5fbf44c61817876c11144eaa94dbd36a507082f5;hpb=6811b2f8ea8b7a8c77046285c9432aee6327da80;p=paraslash.git diff --git a/play.c b/play.c index 5fbf44c6..2155ebf8 100644 --- a/play.c +++ b/play.c @@ -718,7 +718,6 @@ static void help_completer(struct i9e_completion_info *ci, result->matches = i9e_complete_commands(ci->word, pp_completers); } -I9E_DUMMY_COMPLETER(SUPERCOMMAND_UNAVAILABLE); static struct i9e_completer pp_completers[] = { #define LSG_PLAY_CMD_CMD(_name) {.name = #_name, \ .completer = _name ## _completer}