changeset 78:502cdb5666e2

Removed OnAttributeChanged handler for action buttons (which was already installed by the Blizzard frame)
author Flick <flickerstreak@gmail.com>
date Tue, 24 Jun 2008 00:10:33 +0000
parents da8ba8783924
children a45255f5d0c2
files modules/ReAction_Action/ReAction_Action.lua
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/modules/ReAction_Action/ReAction_Action.lua	Mon Jun 23 22:27:50 2008 +0000
+++ b/modules/ReAction_Action/ReAction_Action.lua	Tue Jun 24 00:10:33 2008 +0000
@@ -247,9 +247,6 @@
   
   local f = CreateFrame("CheckButton", self.name, bar:GetButtonFrame(), "ActionBarButtonTemplate")
 
-  -- this will probably cause taint and/or performance problems, using right now for display/debugging purposes
-  f:SetScript("OnAttributeChanged", ActionButton_UpdateAction)
-
   f:SetAttribute("action", config.actionID)
   -- install mind control action support for all buttons here just for simplicity
   if self.idx <= 12 then