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) {
|
crypto_storage.getStoredKeyPair = function(keyName) {
|
||||||
var res = textsecure.storage.getEncrypted("25519Key" + keyName);
|
var res = textsecure.storage.getEncrypted("25519Key" + keyName);
|
||||||
if (res === undefined)
|
if (res === undefined)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue