From 077edcc5bb569d2786f5cf80c1648451871668b8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 13 Jun 2016 15:14:48 +0200 Subject: Removed some unused codepaths from the maildir implementation --- examples/maildirresource/libmaildir/maildir.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'examples/maildirresource/libmaildir/maildir.h') diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h index 8c622c7..c10b046 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h @@ -256,18 +256,6 @@ public: */ static QString subDirNameForFolderName( const QString &folderName ); - /** Removes the listed keys from the key cache */ - void removeCachedKeys(const QStringList & keys); - - - /** Reloads the keys associated with the maildir in the key cache*/ - void refreshKeyCache(); - - /** Return the last error message string. The error might not come from the last performed operation, - if that was sucessful. The caller should always check the return value of the methods before - querying the last error string. */ - QString lastError() const; - /** * Returns the key from the file identified by the full path @param file. */ -- cgit v1.2.3