WoWInterface SVN LibSpellName2SID

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 50 to Rev 51
    Reverse comparison

Rev 50 → Rev 51

trunk/LibSpellName2SID-1.0/LibSpellName2SID-1.0/LibSpellName2SID-1.0.lua
997,8 → 997,9
-- accessible library, the implications of calling this function are not clear
-- to me. Therefore, at least for now, this function will be made unaccessible.
-- Clean up (free the RAM) if the data isn't needed anymore
-- NB: 'Clean up ONLY IF we're (embeded) ...' feature added by aallkkaa
function LibSN2SID:Cleanup()
--[[
function LibSN2SID:Cleanup()
-- Clean up ONLY IF we're (embeded) within the scope of another addon,
-- not if we're a Global library, which may be in use by several addons.
-- print("LibSN2SID.owner = ".. LibSN2SID.owner);
1012,9 → 1013,10
-- TODO: error();
return false;
end
]]--
end
]]--
 
 
------------------------------------------
 
-- print(AddonName.. ": LibSN2SID.ID has ".. LibSN2SID.GetNumSpells().. " keys.");