awful.client: remove dumb comment line
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
42d7bd49ab
commit
76a77cf070
|
@ -361,7 +361,6 @@ end
|
|||
|
||||
-- Set the client as slave: put it at the end of other windows.
|
||||
-- @param c The window to set as slave.
|
||||
-- @return
|
||||
function setslave(c)
|
||||
local cls = visible(c.screen)
|
||||
for k, v in pairs(cls) do
|
||||
|
|
Loading…
Reference in New Issue