X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=1d69b2c15f7e6f3fb2683d107f04e738ecfc83cf;hp=503afc577845cd145fe5480402b8e3031cb309c1;hb=a6fc2bd6ed685c4e3ab3006b808cfbd383ea97c9;hpb=f90e920b43eb4035ded061bb889c8e4d819a2a97 diff --git a/audioc.c b/audioc.c index 503afc57..1d69b2c1 100644 --- a/audioc.c +++ b/audioc.c @@ -132,7 +132,6 @@ static void grab_completer(struct i9e_completion_info *ci, i9e_complete_option(opts, ci, cr); } -I9E_DUMMY_COMPLETER(SUPERCOMMAND_UNAVAILABLE); static struct i9e_completer audiod_completers[] = { #define LSG_AUDIOD_CMD_CMD(_name) {.name = #_name, \ .completer = _name ## _completer}