diff MultiCastButton.lua @ 292:276165a0e860 1.1 beta 10

Don't stash CooldownFrame_SetTimer, to support mods such as 'Cooldowns' which hook it in an event handler.
author Flick
date Fri, 05 Aug 2011 16:25:41 -0700
parents 7a9e82c0df15
children
line wrap: on
line diff
--- a/MultiCastButton.lua	Fri Jul 01 14:35:18 2011 -0700
+++ b/MultiCastButton.lua	Fri Aug 05 16:25:41 2011 -0700
@@ -7,7 +7,6 @@
 local unpack = unpack
 local GetCVar = GetCVar
 local GameTooltip_SetDefaultAnchor = GameTooltip_SetDefaultAnchor
-local CooldownFrame_SetTimer = CooldownFrame_SetTimer
 local InCombatLockdown = InCombatLockdown
 local IsUsableSpell = IsUsableSpell
 local IsUsableAction = IsUsableAction