Library: remove unused variables (shadowed by object attributes)

This commit is contained in:
François Gannaz 2019-04-01 10:42:32 +02:00
parent 6093e003e9
commit 5927b1be45

View File

@ -267,8 +267,6 @@ void ImportWidget::newCover(const QPixmap & image)
{
Q_UNUSED(image)
}
static int i = 1;
static int previousWidth = 10;
static int j = 0;
void ImportWidget::addCoverTest()
{