awful.tag: remove useless line

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2010-10-20 17:00:10 +02:00
parent a44439a6c0
commit e2083050d4
1 changed files with 0 additions and 1 deletions

View File

@ -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] = {}