mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
[CSE] Remove unused function
This is already being called from somwhere else.
This commit is contained in:
parent
e0988f482c
commit
1a47052aa3
@ -527,10 +527,4 @@ void ClientSideEncryption::getPublicKeyFromServer()
|
||||
});
|
||||
job->start();
|
||||
}
|
||||
|
||||
void ClientSideEncryption::signPublicKey()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -26,7 +26,6 @@ public:
|
||||
QString generateCSR(EVP_PKEY *keyPair);
|
||||
void getPrivateKeyFromServer();
|
||||
void getPublicKeyFromServer();
|
||||
void signPublicKey();
|
||||
void encryptPrivateKey(EVP_PKEY *keyPair);
|
||||
QString privateKeyPath() const;
|
||||
QString publicKeyPath() const;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user