From 774122f15c2f5940ce5637fa5c221d3fd2e29cc8 Mon Sep 17 00:00:00 2001 From: Omikhleia Date: Mon, 29 Jan 2024 00:03:49 +0100 Subject: [PATCH] chore: OVerlooked unused non-existent argument in function call --- inputters/djot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputters/djot.lua b/inputters/djot.lua index c526a5f..25384df 100644 --- a/inputters/djot.lua +++ b/inputters/djot.lua @@ -118,7 +118,7 @@ function Renderer:render_children (node) end for i=1, #node.c do local child = node.c[i] - local pId = SILE.traceStack:pushFrame(djotFrame(child, self.xxx)) + local pId = SILE.traceStack:pushFrame(djotFrame(child)) if self:matchConditions(child) then local content = self[child.t](self, child) -- Simplify outputs by collating strings