From 9a3a90beaeb6fcdc8514650785180bbece7c059b Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 6 Aug 2009 18:01:57 +0200 Subject: [PATCH] Removed testing function --- pMinimap.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pMinimap.lua b/pMinimap.lua index 33353da..2092b7b 100644 --- a/pMinimap.lua +++ b/pMinimap.lua @@ -232,15 +232,10 @@ function addon:ADDON_LOADED(event, name) self.db = setmetatable(pMinimapDB or {}, {__index = defaults}) self:UnregisterEvent(event) self:RegisterEvent('ZONE_CHANGED_NEW_AREA') --- self:RegisterEvent('PLAYER_LOGOUT') self:Style() end ---function addon:PLAYER_LOGOUT() --- pMinimapDB = self.db ---end - function addon:CALENDAR_UPDATE_PENDING_INVITES() if(CalendarGetNumPendingInvites() ~= 0) then TimeManagerClockTicker:SetTextColor(0, 1, 0) -- 1.7.9.5