Remove unused function
This commit is contained in:
parent
3696214edc
commit
d6d17eaf19
1 changed files with 0 additions and 4 deletions
|
@ -121,10 +121,6 @@ window.textsecure.crypto = function() {
|
|||
});
|
||||
}
|
||||
|
||||
crypto_storage.getStoredPubKey = function(keyName) {
|
||||
return toArrayBuffer(textsecure.storage.getEncrypted("25519Key" + keyName, { pubKey: undefined }).pubKey);
|
||||
}
|
||||
|
||||
crypto_storage.getStoredKeyPair = function(keyName) {
|
||||
var res = textsecure.storage.getEncrypted("25519Key" + keyName);
|
||||
if (res === undefined)
|
||||
|
|
Loading…
Reference in a new issue