Remove unused variables
This commit is contained in:
parent
6747c03a75
commit
6693cc0c78
10 changed files with 6 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
import { ReceiptType, Unread, BufferType, SERVER_BUFFER, receiptFromMessage } from "./state.js";
|
||||
import { ReceiptType, Unread, BufferType, receiptFromMessage } from "./state.js";
|
||||
|
||||
function getSiblingBuffer(buffers, bufID, delta) {
|
||||
let bufList = Array.from(buffers.values());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue