[dingus] Remove unused code

This commit is contained in:
John Doty 2024-10-02 07:18:06 -07:00
parent 5a84086469
commit 5e3b1141ca

View file

@ -1,10 +1,3 @@
// TODO: Abstract/Factor
let pending_grammar = null;
let next_grammar = null;
let pending_document = null;
let next_document = null;
const STATUS = document.getElementById("status-line");
const DOC_CHAINS = {};