[vlmc-devel] Settings: Remove an unused variable
Yikai Lu
git at videolan.org
Sun Apr 10 14:18:07 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sun Apr 10 18:39:40 2016 +0900| [d785889d3f9ff22e3bcf53f77ba943ccf896c969] | committer: Hugo Beauzée-Luyssen
Settings: Remove an unused variable
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> https://code.videolan.org/videolan/vlmc/commit/d785889d3f9ff22e3bcf53f77ba943ccf896c969
---
src/Settings/Settings.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Settings/Settings.h b/src/Settings/Settings.h
index f3af1a2..d1f5ce8 100644
--- a/src/Settings/Settings.h
+++ b/src/Settings/Settings.h
@@ -124,7 +124,6 @@ class Settings: public QObject
private:
SettingMap m_settings;
- QJsonObject m_jsonObject;
mutable QReadWriteLock m_rwLock;
QFile* m_settingsFile;
More information about the Vlmc-devel
mailing list