Skip to content

Commit 2587b69

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

_extensions/multibib/multibib.lua

-5
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

0 commit comments

Comments
 (0)