[Pkg-owncloud-commits] [owncloud-client] 52/70: Remove previously unused member

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:22 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 1309dc27d999723c68249cddeef6e1b23daa82f8
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Fri Jun 20 13:40:55 2014 +0200

    Remove previously unused member
    
    This fixes Coverity CID 12915
---
 src/mirall/folderstatusmodel.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mirall/folderstatusmodel.h b/src/mirall/folderstatusmodel.h
index 7db24f6..53a5c85 100644
--- a/src/mirall/folderstatusmodel.h
+++ b/src/mirall/folderstatusmodel.h
@@ -56,9 +56,6 @@ class FolderStatusDelegate : public QStyledItemDelegate
     QSize sizeHint( const QStyleOptionViewItem&, const QModelIndex& ) const;
     bool editorEvent( QEvent* event, QAbstractItemModel* model, const QStyleOptionViewItem& option,
                       const QModelIndex& index );
-
-private:
-    bool _addProgressSpace;
 };
 
 } // namespace Mirall

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