From 9ea64491d7624b777b9df7faa89978922e1fc9d6 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 16 Apr 2010 00:05:21 -0400 Subject: [PATCH] In addon:Scan(): Removed calls to addon:UpdateFilers() and Player:MarkExclusions() - this is handled in ListFrame:Update() now. --- ARL.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ARL.lua b/ARL.lua index 2d05399..7fc096c 100644 --- a/ARL.lua +++ b/ARL.lua @@ -1880,10 +1880,6 @@ do if is_refresh and Player.prev_count == recipes_found then return end - - self:UpdateFilters(is_linked) - Player:MarkExclusions() - ------------------------------------------------------------------------------- -- Get the player's reputation levels. ------------------------------------------------------------------------------- -- 1.7.9.5