Quantcast

Removed some errant references to the old flags.

James D. Callahan III [04-01-10 - 10:09]
Removed some errant references to the old flags.
Filename
ARL.lua
Frame.lua
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)