mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Library: remove unused variables (shadowed by object attributes)
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user