Quantcast

Removed testing function

Adrian L Lange [08-06-09 - 16:01]
Removed testing function
Filename
pMinimap.lua
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)