From e2083050d4c561be5c79b5daee64ff73c2ddc67d Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 20 Oct 2010 17:00:10 +0200 Subject: [PATCH] awful.tag: remove useless line Signed-off-by: Julien Danjou --- lib/awful/tag.lua.in | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in index 58d8fbcdd..0ade98505 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] = {}