mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[libcalamares] Warnings--, unused variable
This commit is contained in:
parent
3c059cc599
commit
0793971d01
1 changed files with 0 additions and 2 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue