awful.completion: remove deprecated function from 3.3
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
854b59d771
commit
42afd9636f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue