From 737eb33aa6e1f59854ef73f6d6fb50363f3c21fa Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Thu, 1 Apr 2010 06:09:13 -0400 Subject: [PATCH] Removed some errant references to the old flags. --- ARL.lua | 1 - Frame.lua | 2 -- 2 files changed, 3 deletions(-) diff --git a/ARL.lua b/ARL.lua index 6002ed6..e000b43 100644 --- a/ARL.lua +++ b/ARL.lua @@ -1969,7 +1969,6 @@ do end -- Add in all the filter flags - local recipe_flags = recipe["Flags"] local filter_names = GetFilterNames() local prev = false diff --git a/Frame.lua b/Frame.lua index d409eb5..dfc5845 100644 --- a/Frame.lua +++ b/Frame.lua @@ -829,8 +829,6 @@ do acquire_tip:AddSeparator() color_1 = BASIC_COLORS["normal"] - local recipe_flags = recipe["Flags"] - for flag, label in pairs(BINDING_FLAGS) do if bit.band(recipe.flags.common1, flag) == flag then ttAdd(0, -1, true, label, color_1) -- 1.7.9.5