remove unused worker
parent
6ed5f505c3
commit
f179694439
@ -1,11 +1,8 @@
|
|||||||
/* global window, textsecure, SignalProtocolStore, libsignal */
|
/* global window, textsecure, SignalProtocolStore */
|
||||||
|
|
||||||
// eslint-disable-next-line func-names
|
// eslint-disable-next-line func-names
|
||||||
(function() {
|
(function() {
|
||||||
window.textsecure = window.textsecure || {};
|
window.textsecure = window.textsecure || {};
|
||||||
window.textsecure.storage = window.textsecure.storage || {};
|
window.textsecure.storage = window.textsecure.storage || {};
|
||||||
textsecure.storage.protocol = new SignalProtocolStore();
|
textsecure.storage.protocol = new SignalProtocolStore();
|
||||||
|
|
||||||
textsecure.startWorker = libsignal.worker.startWorker;
|
|
||||||
textsecure.stopWorker = libsignal.worker.stopWorker;
|
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue