From 0793971d01de11d8a022a8e9149ec5ef4c00738e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 27 Feb 2020 23:13:55 +0100 Subject: [PATCH] [libcalamares] Warnings--, unused variable --- src/libcalamares/JobQueue.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcalamares/JobQueue.cpp b/src/libcalamares/JobQueue.cpp index 294bf5a0a..a77f334ff 100644 --- a/src/libcalamares/JobQueue.cpp +++ b/src/libcalamares/JobQueue.cpp @@ -36,7 +36,6 @@ public: : QThread( queue ) , m_queue( queue ) , m_jobIndex( 0 ) - , m_jobCount( 0 ) { } @@ -104,7 +103,6 @@ private: QList< qreal > m_jobWeights; JobQueue* m_queue; int m_jobIndex; - int m_jobCount; void emitProgress( qreal jobPercent = 0 ) {