From kde-commits Thu Oct 28 01:34:31 2004 From: Christian Muehlhaeuser Date: Thu, 28 Oct 2004 01:34:31 +0000 To: kde-commits Subject: kdeextragear-1/amarok/src/amarokcore Message-Id: <20041028013431.4010E16C13 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109893261626537 CVS commit by muesli: * Small cleanup, same as before. M +1 -2 amarokdcophandler.cpp 1.39 --- kdeextragear-1/amarok/src/amarokcore/amarokdcophandler.cpp #1.38:1.39 @@ -171,7 +171,6 @@ namespace amaroK QString DcopHandler::coverImage() { - CollectionDB db; const MetaBundle &bundle = EngineController::instance()->bundle(); - QString image = db.albumImage( bundle.artist(), bundle.album(), 0 ); + QString image = CollectionDB().albumImage( bundle.artist(), bundle.album(), 0 ); return image; }