awful.completion: remove deprecated function from 3.3

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-06-04 11:05:37 +02:00
parent 854b59d771
commit 42afd9636f
1 changed files with 0 additions and 5 deletions

View File

@ -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.