mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: remove unused KConfigPrivate member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d7483fcdc4
commit
6428341a30
2 changed files with 2 additions and 4 deletions
|
@ -556,8 +556,7 @@ void KConfigPrivate::parseGlobalFiles()
|
|||
const QStringList globalFiles = getGlobalFiles();
|
||||
// qDebug() << "parsing global files" << globalFiles;
|
||||
|
||||
// TODO: can we cache the values in etc_kderc / other global files
|
||||
// on a per-application basis?
|
||||
// TODO: can we cache the values in global files on a per-application basis?
|
||||
const QByteArray utf8Locale = locale.toUtf8();
|
||||
foreach(const QString& file, globalFiles) {
|
||||
KConfigIniBackend::ParseOptions parseOpts = KConfigIniBackend::ParseGlobal|KConfigIniBackend::ParseExpansions;
|
||||
|
|
|
@ -91,7 +91,6 @@ private:
|
|||
|
||||
QString locale;
|
||||
QString fileName;
|
||||
QString etc_kderc;
|
||||
KComponentData componentData;
|
||||
KConfigBase::AccessMode configState;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue