Removes unused member variables

Summary: The InformationPanel::m_pendingPreview and ApplyViewPropsJob::m_currentItem member variables are not used and can therefore be removed.

Reviewers: broulik, elvisangelaccio

Reviewed By: broulik, elvisangelaccio

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D14180
This commit is contained in:
David Hallas 2018-07-18 23:20:04 +02:00 committed by Elvis Angelaccio
parent e76dce3906
commit 43ab5bdc5f
2 changed files with 0 additions and 2 deletions

View file

@ -132,7 +132,6 @@ private:
private:
bool m_initialized;
bool m_pendingPreview;
QTimer* m_infoTimer;
QTimer* m_urlChangedTimer;
QTimer* m_resetUrlTimer;

View file

@ -70,7 +70,6 @@ private slots:
private:
ViewProperties* m_viewProps;
int m_currentItem;
int m_progress;
QUrl m_dir;
};