Remove unused function

This commit is contained in:
Matt Corallo 2014-07-27 02:33:17 -04:00
parent 3696214edc
commit d6d17eaf19
1 changed files with 0 additions and 4 deletions

View File

@ -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)