Mercurial > wow > wowdb-profiler
changeset 442:2151f136ca5c
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).
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Sun, 01 Mar 2015 00:01:03 -0500 |
parents | 7e0ef2127b49 |
children | cecd877476ff |
files | .pkgmeta Main.lua libs.xml |
diffstat | 3 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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 @@ <Include file="Libs\LibDeformat-3.0\lib.xml"/> <Include file="Libs\LibDialog-1.0\lib.xml"/> <Include file="Libs\LibQTip-1.0\lib.xml"/> - <Script file="Libs\LibPetJournal-2.0\LibPetJournal-2.0.lua"/> <!--@end-no-lib-strip@--> </Ui>