Remove dead code
These are all unused, obsolete, or no-op functions at this point. // FREEBIE
This commit is contained in:
parent
c4ccf7c8e3
commit
bd7f4febaa
9 changed files with 9 additions and 333 deletions
|
@ -949,7 +949,7 @@
|
|||
if (!message.isIncoming()) {
|
||||
return Promise.resolve();
|
||||
}
|
||||
if (window.isOpen() && window.isFocused()) {
|
||||
if (window.isFocused()) {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue