awful.tag: remove useless line
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a44439a6c0
commit
e2083050d4
|
@ -162,7 +162,6 @@ end
|
|||
-- @param obj Screen object.
|
||||
function history.update(obj)
|
||||
local s = obj.index
|
||||
local curtags = capi.screen[s]:tags()
|
||||
-- create history table
|
||||
if not data.history[s] then
|
||||
data.history[s] = {}
|
||||
|
|
Loading…
Reference in New Issue