Skip to content

Commit 2b23861

Browse files
committed
Remove unused line.
1 parent 4f2eac8 commit 2b23861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Text/Pandoc/Writers/MediaWiki.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ blockToMediaWiki b@(RawBlock f str)
129129
blockToMediaWiki HorizontalRule = return "\n-----\n"
130130

131131
blockToMediaWiki (Header level (ident,_,_) inlines) = do
132-
opts <- gets stOptions
133132
let autoId = T.replace " " "_" $ stringify inlines
134133
contents <- inlineListToMediaWiki inlines
135134
let eqs = T.replicate level "="

0 commit comments

Comments
 (0)