mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-04-12 05:34:34 -04:00
Remove unused DEFAULT_NETWORK constant
This commit is contained in:
parent
ed5a771ea0
commit
7139e4511b
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ import { setup as setupKeybindings } from "../keybindings.js";
|
|||
|
||||
const CHATHISTORY_MAX_SIZE = 4000;
|
||||
|
||||
const DEFAULT_NETWORK = "network"; // TODO: remove this global
|
||||
|
||||
var messagesCount = 0;
|
||||
|
||||
function parseQueryString() {
|
||||
|
|
Loading…
Add table
Reference in a new issue