diff --git a/lib/awful/completion.lua.in b/lib/awful/completion.lua.in index 72cdac51..66e9c929 100644 --- a/lib/awful/completion.lua.in +++ b/lib/awful/completion.lua.in @@ -148,11 +148,6 @@ function shell(command, cur_pos, ncomp, shell) return str, cur_pos end -function bash(...) - util.deprecate("awful.completion.shell") - return shell(...) -end - --- Run a generic completion. -- For this function to run properly the awful.completion.keyword table should -- be fed up with all keywords. The completion is run against these keywords.