AccountSettings: remove unused member
authorOlivier Goffart <ogoffart@woboq.com>
Tue, 1 Sep 2015 09:37:47 +0000 (11:37 +0200)
committerOlivier Goffart <ogoffart@woboq.com>
Tue, 1 Sep 2015 09:37:47 +0000 (11:37 +0200)
Fix a coverity warning

src/gui/accountsettings.cpp
src/gui/accountsettings.h

index cdc45f6616328dbfca36c14be9281e1808c5ddfd..c929932eb503182057d6bedbe9f8b3ae445f0b3f 100644 (file)
@@ -121,7 +121,6 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) :
             this, SLOT(slotUpdateQuota(qint64,qint64)));
 
     connect(ui->deleteButton, SIGNAL(clicked()) , this, SLOT(slotDeleteAccount()));
-
 }
 
 void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)
index 5f4034cf76807e23a6044771e6ac7b854ec1832e..c20c464dfa8712760e1251a3873cb983ea319efd 100644 (file)
@@ -92,7 +92,6 @@ private:
     QUrl   _OCUrl;
     bool _wasDisabledBefore;
     AccountState *_accountState;
-    QLabel *_quotaLabel;
     QuotaInfo _quotaInfo;
 };