remove unused error code

This commit is contained in:
Frank Osterfeld 2012-05-08 10:56:31 +02:00
parent 55b1fc8863
commit 51aec60c79
1 changed files with 0 additions and 1 deletions

View File

@ -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) */
};