# HG changeset patch # User MMOSimca # Date 1425186063 18000 # Node ID 2151f136ca5c2e00456e8ab51d045734f2f7d6f6 # Parent 7e0ef2127b497828bdd789a935cec21fb0d43d5d Removed LibPetJournal-2.0 as all code using that library is currently commented out (it will be easy to readd if we need it again). diff -r 7e0ef2127b49 -r 2151f136ca5c .pkgmeta --- a/.pkgmeta Sat Feb 28 23:59:07 2015 -0500 +++ b/.pkgmeta Sun Mar 01 00:01:03 2015 -0500 @@ -17,8 +17,6 @@ url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDB-3.0 Libs/LibDeformat-3.0: url: git://git.wowace.com/wow/libdeformat-3-0/mainline.git - Libs/LibPetJournal-2.0: - url: http://hg.curseforge.net/wow/libpetjournal-2-0/mainline Libs/LibDialog-1.0: url: http://hg.wowace.com/wow/libdialog-1-0/mainline tag: latest diff -r 7e0ef2127b49 -r 2151f136ca5c Main.lua --- a/Main.lua Sat Feb 28 23:59:07 2015 -0500 +++ b/Main.lua Sun Mar 01 00:01:03 2015 -0500 @@ -25,7 +25,6 @@ local WDP = LibStub("AceAddon-3.0"):NewAddon(ADDON_NAME, "AceConsole-3.0", "AceEvent-3.0") local deformat = LibStub("LibDeformat-3.0") -local LPJ = LibStub("LibPetJournal-2.0") local DatamineTT = _G.CreateFrame("GameTooltip", "WDPDatamineTT", _G.UIParent, "GameTooltipTemplate") DatamineTT:SetOwner(_G.WorldFrame, "ANCHOR_NONE") @@ -2499,7 +2498,8 @@ -- This function produces data currently unused by wowdb.com, and it causes unneeded bloat in the raw lua DB. ---[[function WDP:PET_JOURNAL_LIST_UPDATE(event_name) +--[[local LPJ = LibStub("LibPetJournal-2.0") +function WDP:PET_JOURNAL_LIST_UPDATE(event_name) if DEBUGGING then return end diff -r 7e0ef2127b49 -r 2151f136ca5c libs.xml --- a/libs.xml Sat Feb 28 23:59:07 2015 -0500 +++ b/libs.xml Sun Mar 01 00:01:03 2015 -0500 @@ -11,6 +11,5 @@ -