From a4ee8d6f6fd2fdf73e1963a55404d09dc5af881b Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 17 Feb 2014 15:25:47 +0100 Subject: [PATCH] Remove unused function --- src/mirall/account.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/mirall/account.h b/src/mirall/account.h index 6c48a31d53..5594f91f34 100644 --- a/src/mirall/account.h +++ b/src/mirall/account.h @@ -85,14 +85,6 @@ public: * Creates an account object from from a given settings file. */ static Account* restore(); - /** - * @brief Creates a minimal account object - * - * This will set up a ssl error handler - * - * @return A new Account object - */ - static Account* create(const QUrl &url); /** * @brief Checks the Account instance is different from \param other