X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=play.c;h=b304e427183d264b09d38eabbc0ec6c77990dec3;hp=5fbf44c61817876c11144eaa94dbd36a507082f5;hb=31e1dce0df4f9760b046bff201df0baf382c62c2;hpb=6811b2f8ea8b7a8c77046285c9432aee6327da80 diff --git a/play.c b/play.c index 5fbf44c6..b304e427 100644 --- a/play.c +++ b/play.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2012 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2012 Andre Noll , see file COPYING. */ /** \file play.c Paraslash's standalone player. */ @@ -718,7 +714,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}