From kde-commits Tue Oct 28 17:02:50 2003 From: Scott Wheeler Date: Tue, 28 Oct 2003 17:02:50 +0000 To: kde-commits Subject: kdemultimedia/juk X-MARC-Message: https://marc.info/?l=kde-commits&m=106736067632744 CVS commit by wheeler: Bye bye to another couple of files. Moved the code around a little bit and moved what I needed from cached tag into the base tag implementation. Basically this goes with the idea to not keep around the TagLib::File object after reading is done, but to create new ones as they're needed since this is not very often. M +1 -1 Makefile.am 1.52 M +2 -2 cache.cpp 1.19 M +63 -11 tag.cpp 1.35 M +44 -45 tag.h 1.21 R cachedtag.cpp 1.16 R cachedtag.h 1.9