diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in index 163bdafb5..d81cf0d87 100644 --- a/lib/awful/tag.lua.in +++ b/lib/awful/tag.lua.in @@ -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] = {}