From c5f9e43d103afab08a96eae6380a184c49ef3b2b Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 24 Sep 2024 16:27:47 +0200 Subject: [PATCH] CollectionWatcher: Remove unused ctor --- src/collection/collectionwatcher.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/collection/collectionwatcher.h b/src/collection/collectionwatcher.h index 9e75292be..bc7f3c712 100644 --- a/src/collection/collectionwatcher.h +++ b/src/collection/collectionwatcher.h @@ -135,7 +135,6 @@ class CollectionWatcher : public QObject { QStringList files_changed_path_; private: - ScanTransaction(const ScanTransaction&) {} ScanTransaction &operator=(const ScanTransaction&) { return *this; } int task_id_;