misc: cleanup unused variables and comments

This commit is contained in:
selsta
2019-12-20 03:37:52 +01:00
parent 500c7ec82e
commit f8262b0d27
6 changed files with 0 additions and 15 deletions

View File

@@ -458,7 +458,6 @@ double WalletManager::getPasswordStrength(const QString &password) const
bool WalletManager::saveQrCode(const QString &code, const QString &path) const
{
QSize size;
// 240 <=> mainLayout.qrCodeSize (Receive.qml)
return QRCodeImageProvider::genQrImage(code, &size).scaled(size.expandedTo(QSize(240, 240)), Qt::KeepAspectRatio).save(path, "PNG", 100);
}