Remove closeOpenSessionForDevice from protocol_wrapper

// FREEBIE
This commit is contained in:
lilia 2016-05-01 15:02:55 -07:00
parent 0d5ec60a7a
commit 0483fa2f97
5 changed files with 50 additions and 42 deletions

View file

@ -28,11 +28,6 @@
window.textsecure = window.textsecure || {};
window.textsecure.protocol_wrapper = {
closeOpenSessionForDevice: function(encodedNumber) {
return queueJobForNumber(encodedNumber, function() {
return protocolInstance.closeOpenSessionForDevice(encodedNumber);
});
},
startWorker: function() {
protocolInstance.startWorker('/js/libsignal-protocol-worker.js');
},