From c9f5617620b22b87c9de06bf87dd90c975017598 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 7 Aug 2009 06:43:47 +0200 Subject: [PATCH] No point disabling the tooltip if the bar is hidden --- oUF_Experience.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/oUF_Experience.lua b/oUF_Experience.lua index ce3d578..03a20fb 100644 --- a/oUF_Experience.lua +++ b/oUF_Experience.lua @@ -145,10 +145,6 @@ local function disable(self, unit) self:UnregisterEvent('UNIT_PET', loadPet) bar:Hide() end - - if(bar.Tooltip) then - bar:SetScript('OnEnter', nil) - end end end -- 1.7.9.5