Skip to content

Commit f37ece6

Browse files
committed
Remove unused 'supports_quiet_arg'
1 parent 73009ed commit f37ece6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

_extensions/multibib/multibib.lua

+1-6
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ local topic_refs = {}
4848
-- the output format and the attributes of cs:bibliography
4949
local refs_div_with_properties
5050

51-
-- Whether utils.citeproc() supports a 'quiet' argument
52-
-- (it doesn't yet, but perhaps it will, in which case this
53-
-- will use the appropriate pandoc version check)
54-
local supports_quiet_arg = false
55-
5651
--- Run citeproc on a pandoc document
5752
--
5853
-- Falls back to the external `pandoc-citeproc` filter if the built-in
@@ -201,5 +196,5 @@ return {
201196
Meta = function (m) doc_meta = m end,
202197
},
203198
{ Pandoc = resolve_doc_citations },
204-
{ Div = create_topic_bibliography }
199+
{ Div = create_topic_bibliography },
205200
}

0 commit comments

Comments
 (0)