[Pkg-owncloud-commits] [owncloud-client] 173/218: SetupWizard: Removed unused member variables.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 17 14:31:05 UTC 2015


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 77a9b28e14d035fe8f76fb9c0f1b386c83c4cfae
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Sep 29 09:29:59 2015 +0200

    SetupWizard: Removed unused member variables.
---
 src/gui/wizard/owncloudwizard.cpp | 2 --
 src/gui/wizard/owncloudwizard.h   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/src/gui/wizard/owncloudwizard.cpp b/src/gui/wizard/owncloudwizard.cpp
index a7daa08..946c745 100644
--- a/src/gui/wizard/owncloudwizard.cpp
+++ b/src/gui/wizard/owncloudwizard.cpp
@@ -43,8 +43,6 @@ OwncloudWizard::OwncloudWizard(QWidget *parent)
       _advancedSetupPage(new OwncloudAdvancedSetupPage),
       _resultPage(new OwncloudWizardResultPage),
       _credentialsPage(0),
-      _configFile(),
-      _oCUser(),
       _setupLog()
 {
     setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
diff --git a/src/gui/wizard/owncloudwizard.h b/src/gui/wizard/owncloudwizard.h
index 1e84266..401bfc8 100644
--- a/src/gui/wizard/owncloudwizard.h
+++ b/src/gui/wizard/owncloudwizard.h
@@ -93,8 +93,6 @@ private:
     OwncloudWizardResultPage* _resultPage;
     AbstractCredentialsWizardPage* _credentialsPage;
 
-    QString _configFile;
-    QString _oCUser;
     QStringList _setupLog;
 };
 

-- 
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