Removed unused variable
This commit is contained in:
@@ -38,7 +38,6 @@ namespace lms::podcast
|
|||||||
{
|
{
|
||||||
void removeArtwork(const db::Artwork::pointer& artwork)
|
void removeArtwork(const db::Artwork::pointer& artwork)
|
||||||
{
|
{
|
||||||
const auto underlyingImageId{ artwork->getUnderlyingId() };
|
|
||||||
db::Image::pointer image{ artwork->getImage() };
|
db::Image::pointer image{ artwork->getImage() };
|
||||||
assert(image); // these artworks can only be an image
|
assert(image); // these artworks can only be an image
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user