Remove hasOpenSession from protocol_wrapper

// FREEBIE
This commit is contained in:
lilia 2016-05-01 15:29:37 -07:00
parent 0483fa2f97
commit 7939b6ae98
3 changed files with 6 additions and 14 deletions

View file

@ -36,11 +36,6 @@
},
createIdentityKeyRecvSocket: function() {
return protocolInstance.createIdentityKeyRecvSocket();
},
hasOpenSession: function(encodedNumber) {
return queueJobForNumber(encodedNumber, function() {
return protocolInstance.hasOpenSession(encodedNumber);
});
}
};
})();