mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: remove unused private member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
83a1f8f089
commit
7a932560a4
1 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@ public:
|
|||
KComponentDataPrivate(const KAboutData &aboutData_)
|
||||
: dirs(0),
|
||||
aboutData(aboutData_),
|
||||
syncing(false),
|
||||
refCount(1)
|
||||
{
|
||||
if (KGlobal::hasLocale()) {
|
||||
|
@ -83,7 +82,6 @@ public:
|
|||
KAboutData aboutData;
|
||||
QString configName;
|
||||
KSharedConfig::Ptr sharedConfig;
|
||||
bool syncing;
|
||||
|
||||
private:
|
||||
bool shouldRemoveCatalog;
|
||||
|
|
Loading…
Add table
Reference in a new issue