mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-15 00:47:46 +01:00
Remove unused DEFAULT_NETWORK constant
This commit is contained in:
parent
ed5a771ea0
commit
7139e4511b
@ -18,8 +18,6 @@ import { setup as setupKeybindings } from "../keybindings.js";
|
|||||||
|
|
||||||
const CHATHISTORY_MAX_SIZE = 4000;
|
const CHATHISTORY_MAX_SIZE = 4000;
|
||||||
|
|
||||||
const DEFAULT_NETWORK = "network"; // TODO: remove this global
|
|
||||||
|
|
||||||
var messagesCount = 0;
|
var messagesCount = 0;
|
||||||
|
|
||||||
function parseQueryString() {
|
function parseQueryString() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user