]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - play.c
mood.c: Fix documentation of int_sqrt().
[paraslash.git] / play.c
diff --git a/play.c b/play.c
index 5fbf44c61817876c11144eaa94dbd36a507082f5..2155ebf824d45bb578bcb0b782c565be42e349b2 100644 (file)
--- 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}