Remove unused function

pull/749/head
Matt Corallo 11 years ago
parent 3696214edc
commit d6d17eaf19

@ -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…
Cancel
Save