[Pkg-owncloud-commits] [owncloud-client] 387/498: ConfigFile: remove some unused functions
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:09 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 22013eb5287bc59f9a42c70ee814bce522bfcead
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Tue Jul 28 12:05:34 2015 +0200
ConfigFile: remove some unused functions
---
src/libsync/configfile.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/libsync/configfile.h b/src/libsync/configfile.h
index c8c501a..f2a4843 100644
--- a/src/libsync/configfile.h
+++ b/src/libsync/configfile.h
@@ -54,9 +54,6 @@ public:
bool passwordStorageAllowed(const QString &connection = QString::null );
- QString ownCloudVersion() const;
- void setOwnCloudVersion( const QString& );
-
// max count of lines in the log window
int maxLogLines() const;
void setMaxLogLines(int);
@@ -125,9 +122,6 @@ public:
bool skipUpdateCheck( const QString& connection = QString() ) const;
void setSkipUpdateCheck( bool, const QString& );
- QString lastVersion() const;
- void setLastVersion(const QString &version);
-
void saveGeometryHeader(QHeaderView *header);
void restoreGeometryHeader(QHeaderView *header);
--
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