From 70871a4e69fe7a2ad8aefd87d998cdfc7ce6f8af Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Wed, 2 Jun 2010 04:09:15 -0400 Subject: [PATCH] In ListItem_ShowTooltip() - removed un-used playerFaction variable. --- Frame.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 4f7b7cf..51eb6dc 100644 --- a/Frame.lua +++ b/Frame.lua @@ -932,7 +932,6 @@ do ttAdd(0, -1, false, L["Obtained From"] .. " : ", BASIC_COLORS["normal"]) - local playerFaction = Player.faction local acquire_id = list_entry.acquire_id local location = list_entry.location_id -- 1.7.9.5