imagewriter: Remove nascent HW filter

This isn't ready yet - so remove the unused stubs.
This commit is contained in:
Tom Dewey 2023-11-09 16:17:00 +00:00 committed by Tom Dewey
parent 2bd4a068bc
commit a25855c41a
2 changed files with 0 additions and 9 deletions

View file

@ -472,12 +472,6 @@ namespace {
} // namespace anonymous
void ImageWriter::setHWFilterList(const QByteArray &json) {
QJsonDocument json_document = QJsonDocument::fromJson(json);
_deviceFilter = json_document.array();
}
void ImageWriter::handleNetworkRequestFinished(QNetworkReply *data) {
// Defer deletion
data->deleteLater();

View file

@ -85,9 +85,6 @@ public:
/** Begin the asynchronous fetch of the OS lists, and associated sublists. */
Q_INVOKABLE void beginOSListFetch();
/** Set the HW filter, for a filtered view of the OS list */
Q_INVOKABLE void setHWFilterList(const QByteArray &json);
/* Set custom cache file */
void setCustomCacheFile(const QString &cacheFile, const QByteArray &sha256);