[Pkg-owncloud-commits] [owncloud-client] 08/47: Remove unused members
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Feb 17 18:06:32 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 49562ca3b6ebde28a8240d3dfe2cf7dfc03646e6
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Wed Feb 5 16:40:46 2014 +0100
Remove unused members
---
src/mirall/folder.cpp | 5 -----
src/mirall/folder.h | 3 ---
2 files changed, 8 deletions(-)
diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp
index 3ea6ece..330295a 100644
--- a/src/mirall/folder.cpp
+++ b/src/mirall/folder.cpp
@@ -447,11 +447,6 @@ void Folder::slotThreadTreeWalkResult(const SyncFileItemVector& items)
_syncResult.setSyncFileItemVector(items);
}
-void Folder::slotCatchWatcherError(const QString& error)
-{
- Logger::instance()->postOptionalGuiLog(tr("Error"), error);
-}
-
void Folder::slotTerminateSync(bool block)
{
qDebug() << "folder " << alias() << " Terminating!";
diff --git a/src/mirall/folder.h b/src/mirall/folder.h
index 8bb76b7..1c87181 100644
--- a/src/mirall/folder.h
+++ b/src/mirall/folder.h
@@ -185,7 +185,6 @@ private slots:
*/
void slotLocalPathChanged( const QString& );
void slotThreadTreeWalkResult(const SyncFileItemVector& );
- void slotCatchWatcherError( const QString& );
private:
bool init();
@@ -205,7 +204,6 @@ private:
QString _configFile;
QFileSystemWatcher *_pathWatcher;
bool _enabled;
- // FolderWatcher *_watcher;
SyncResult _syncResult;
QThread *_thread;
CSyncThread *_csync;
@@ -214,7 +212,6 @@ private:
bool _csyncUnavail;
bool _wipeDb;
bool _proxyDirty;
- Progress::Kind _progressKind;
QTimer _pollTimer;
QString _lastEtag;
QElapsedTimer _timeSinceLastSync;
--
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