[Pkg-owncloud-commits] [qtkeychain] 34/115: remove unused error code

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository qtkeychain.

commit 51aec60c7976dd3e5e591f2363c9afae135c1ef1
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date:   Tue May 8 10:56:31 2012 +0200

    remove unused error code
---
 keychain.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/keychain.h b/keychain.h
index 82d0bd2..79cb75a 100644
--- a/keychain.h
+++ b/keychain.h
@@ -27,7 +27,6 @@ enum Error {
     CouldNotDeleteEntry, /**< Could not delete existing secret data */
     AccessDeniedByUser, /**< User denied access to keychain */
     AccessDenied, /**< Access denied for other reasons */
-    EntryAlreadyExists, /**< There is already an entry for the given key and overwriting was not enforced */
     NotImplemented, /**< Not implemented on platform */
     OtherError /**< Something else went wrong (errorString() might provide details) */
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list