Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Jan 22, 2024
1 parent 80c057a commit aa9ff51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions daemon/src/devices/asteroidosdevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ void AsteroidOSDevice::screenshotReceived(QByteArray data) {

qDebug() << fullpath << data.size();

QDataStream *dataStream = nullptr;

if (!screenshotFile.open(QIODevice::WriteOnly)) {
qWarning() << "cannot open " << fullpath;
}
Expand Down

0 comments on commit aa9ff51

Please sign in to comment.