diff Modules/Tooltip.lua @ 39:003de902ae64

Implemented COD mail. This loses the ability to track postage, but that will be restored next.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Mon, 19 Jul 2010 20:16:40 -0700
parents d21d202f3b3d
children 70dc84df13b3
line wrap: on
line diff
--- a/Modules/Tooltip.lua	Sun Jul 18 22:46:35 2010 -0700
+++ b/Modules/Tooltip.lua	Mon Jul 19 20:16:40 2010 -0700
@@ -1,8 +1,6 @@
 local addonName, addonTable = ...; 
 local addon = _G[addonName]
 
-local utils = addonTable.utils
-
 local function ShowTipWithPricing(tip, link, num)
 	if (link == nil) then
 		return;