diff options
| author | David Hallas <[email protected]> | 2018-07-18 23:20:04 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-07-18 23:20:08 +0200 |
| commit | 43ab5bdc5f8b709bc278611a5f6924d6b0aaf1cd (patch) | |
| tree | 61e63ffb34bd7abc8eaf63379b5202ea0e687d07 /src/panels | |
| parent | e76dce3906fb3c58eec42c13f71e1590bcb2084f (diff) | |
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
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/information/informationpanel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index 6bb5862d6..1eea8fcd2 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -132,7 +132,6 @@ private: private: bool m_initialized; - bool m_pendingPreview; QTimer* m_infoTimer; QTimer* m_urlChangedTimer; QTimer* m_resetUrlTimer; |
