Mercurial > wow > reagentmaker
comparison SecureMenu.lua @ 75:3d344a2d8fdf
Remove unused function
| author | contrebasse | 
|---|---|
| date | Sat, 14 May 2011 21:00:38 +0200 | 
| parents | a77fd9d06ba4 | 
| children | 9d487333bf10 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 74:e837f5681fbb | 75:3d344a2d8fdf | 
|---|---|
| 188 btn:SetScript("OnLeave", btnLeft) | 188 btn:SetScript("OnLeave", btnLeft) | 
| 189 | 189 | 
| 190 return btn | 190 return btn | 
| 191 end | 191 end | 
| 192 | 192 | 
| 193 local function menuCraftItem() | |
| 194 action(itemID,reagentIndex,IsShiftKeyDown()) | |
| 195 end | |
| 196 | |
| 197 local function WarnNotMakable(btn) | 193 local function WarnNotMakable(btn) | 
| 198 A.Error(A.L["You do not have enough [%s] to craft [%s]"]:format(btn.itemNameString,TitleText:GetText())) | 194 A.Error(A.L["You do not have enough [%s] to craft [%s]"]:format(btn.itemNameString,TitleText:GetText())) | 
| 199 end | 195 end | 
| 200 | 196 | 
| 201 -- Update counts and button actions | 197 -- Update counts and button actions | 
