diff Modules/Options.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 e27d13095b49
children 234896be4087
line wrap: on
line diff
--- a/Modules/Options.lua	Sun Jul 18 22:46:35 2010 -0700
+++ b/Modules/Options.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 currentFaction = UnitFactionGroup("player")
 local AHFactions = { currentFaction, 'Neutral' }
 
@@ -227,13 +225,6 @@
 	return AHFactions[ItemAuditor.db.char.ah]
 end
 
-function addon:DumpInfo()
-	for itemName, value in pairsByKeys(self.db.factionrealm.item_account) do
-		self:Print(itemName .. ": " .. self:FormatMoney(value))
-	end
-end
-
-
 function addon:ShowOptionsGUI()
 	InterfaceOptionsFrame_OpenToCategory(self.optionsFrame)
 end