Remove trivial wrapper method

// FREEBIE
This commit is contained in:
lilia 2016-04-27 15:54:31 -07:00
parent 78cdc0cb52
commit 56238136ca
4 changed files with 5 additions and 13 deletions

View file

@ -12,10 +12,6 @@
window.textsecure.storage = window.textsecure.storage || {};
window.textsecure.storage.devices = {
saveKeysToDeviceObject: function(deviceObject) {
return textsecure.protocol_wrapper.processPreKey(deviceObject);
},
getStaleDeviceIdsForNumber: function(number) {
return textsecure.storage.protocol.getDeviceIds(number).then(function(deviceIds) {
if (deviceIds.length === 0) {