Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync')
-rw-r--r--src/libsync/account.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libsync/account.h b/src/libsync/account.h
index 28e97dc0f..55534f9e6 100644
--- a/src/libsync/account.h
+++ b/src/libsync/account.h
@@ -145,12 +145,6 @@ public:
QNetworkRequest req = QNetworkRequest(),
QIODevice *data = nullptr);
- // Because of bugs in Qt, we use this to store info needed for the SSL Button
- QSslCipher _sessionCipher;
- QByteArray _sessionTicket;
- QSet<QSslCertificate> _peerCertificateChain;
-
-
/** The certificates of the account */
QSet<QSslCertificate> approvedCerts() const { return _approvedCerts; }