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