[Pkg-owncloud-commits] [owncloud-client] 114/332: remove unused member

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 3e916cfbb91831bcf0b871e4664ee681adaf7d7a
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Fri Jun 20 12:03:07 2014 +0200

    remove unused member
    
    CID 12915
    CID 12926
---
 src/mirall/folderstatusmodel.h   | 2 --
 src/mirall/folderwizard.h        | 2 --
 src/wizard/owncloudsetuppage.cpp | 2 --
 src/wizard/owncloudsetuppage.h   | 3 ---
 4 files changed, 9 deletions(-)

diff --git a/src/mirall/folderstatusmodel.h b/src/mirall/folderstatusmodel.h
index 7db24f6..31ef4b1 100644
--- a/src/mirall/folderstatusmodel.h
+++ b/src/mirall/folderstatusmodel.h
@@ -57,8 +57,6 @@ class FolderStatusDelegate : public QStyledItemDelegate
     bool editorEvent( QEvent* event, QAbstractItemModel* model, const QStyleOptionViewItem& option,
                       const QModelIndex& index );
 
-private:
-    bool _addProgressSpace;
 };
 
 } // namespace Mirall
diff --git a/src/mirall/folderwizard.h b/src/mirall/folderwizard.h
index 658524f..95862a0 100644
--- a/src/mirall/folderwizard.h
+++ b/src/mirall/folderwizard.h
@@ -86,8 +86,6 @@ protected slots:
 private:
     void recursiveInsert(QTreeWidgetItem *parent, QStringList pathTrail, QString path);
     Ui_FolderWizardTargetPage _ui;
-    ownCloudInfo *_ownCloudDirCheck;
-    bool _dirChecked;
     bool _warnWasVisible;
 
 };
diff --git a/src/wizard/owncloudsetuppage.cpp b/src/wizard/owncloudsetuppage.cpp
index abe63bd..da1e54a 100644
--- a/src/wizard/owncloudsetuppage.cpp
+++ b/src/wizard/owncloudsetuppage.cpp
@@ -255,8 +255,6 @@ void OwncloudSetupPage::stopSpinner()
 
 void OwncloudSetupPage::setConfigExists(  bool config )
 {
-    _configExists = config;
-
     if (config == true) {
         setSubTitle(WizardCommon::subTitleTemplate().arg(tr("Update %1 server")
                                                          .arg(Theme::instance()->appNameGUI())));
diff --git a/src/wizard/owncloudsetuppage.h b/src/wizard/owncloudsetuppage.h
index 546e6a0..7161a36 100644
--- a/src/wizard/owncloudsetuppage.h
+++ b/src/wizard/owncloudsetuppage.h
@@ -68,12 +68,9 @@ private:
   QString _ocUser;
   bool    _authTypeKnown;
   bool    _checking;
-  bool    _configExists;
-  bool    _multipleFoldersExist;
   WizardCommon::AuthType _authType;
 
   QProgressIndicator* _progressIndi;
-  QButtonGroup* _selectiveSyncButtons;
   QString _remoteFolder;
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list