awful.client: remove dumb comment line

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-03 17:11:04 +01:00
parent 42d7bd49ab
commit 76a77cf070
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ end
-- Set the client as slave: put it at the end of other windows. -- Set the client as slave: put it at the end of other windows.
-- @param c The window to set as slave. -- @param c The window to set as slave.
-- @return
function setslave(c) function setslave(c)
local cls = visible(c.screen) local cls = visible(c.screen)
for k, v in pairs(cls) do for k, v in pairs(cls) do