From f95a683340265f140f49f43a0b988ab5b99b5655 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 16 Jul 2010 04:33:45 -0400 Subject: [PATCH] Removed un-used Skillet code. --- core.lua | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/core.lua b/core.lua index a22e976..75bf308 100644 --- a/core.lua +++ b/core.lua @@ -667,19 +667,6 @@ function addon:OnEnable() } end ---[[ - -- If we're using Skillet, use Skillet's API to work with getting tradeskills - if (Skillet) and (Skillet.GetNumTradeSkills) and - (Skillet.GetTradeSkillLine) and (Skillet.GetTradeSkillInfo) and - (Skillet.GetTradeSkillRecipeLink) and (Skillet.ExpandTradeSkillSubClass) then - self:Print("Enabling Skillet advanced features.") - GetNumTradeSkills = function(...) return Skillet:GetNumTradeSkills(...) end - GetTradeSkillLine = function(...) return Skillet:GetTradeSkillLine(...) end - GetTradeSkillInfo = function(...) return Skillet:GetTradeSkillInfo(...) end - GetTradeSkillRecipeLink = function(...) return Skillet:GetTradeSkillRecipeLink(...) end - ExpandTradeSkillSubClass = function(...) return Skillet:ExpandTradeSkillSubClass(...) end - end -]]-- ------------------------------------------------------------------------------- -- Initialize the player's data. ------------------------------------------------------------------------------- -- 1.7.9.5