mirror of
https://github.com/YACReader/yacreader
synced 2025-11-16 15:02:49 -05: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)
|
Q_UNUSED(image)
|
||||||
}
|
}
|
||||||
static int i = 1;
|
|
||||||
static int previousWidth = 10;
|
|
||||||
static int j = 0;
|
static int j = 0;
|
||||||
void ImportWidget::addCoverTest()
|
void ImportWidget::addCoverTest()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user