diff options
Diffstat (limited to 'pandoc.hs')
-rw-r--r-- | pandoc.hs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -751,9 +751,6 @@ options = (\arg opt -> return opt{ optMetadata = addMetadata "bibliography" (readMetaValue arg) $ optMetadata opt - , optVariables = - ("biblio-files", dropExtension arg) : - optVariables opt }) "FILE") "" |