From a734aaf2ae66562dffb673aaf7b1715e5cf8eaed Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 1 Jan 2007 21:11:47 +0000 Subject: Removed a line that was causing a compiler warning in docbook writer. The line isn't necessary, since we have a case for every kind of block element. git-svn-id: https://pandoc.googlecode.com/svn/trunk@388 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/Pandoc/Writers/Docbook.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Writers/Docbook.hs b/src/Text/Pandoc/Writers/Docbook.hs index 9924d50fe..d025b7ac2 100644 --- a/src/Text/Pandoc/Writers/Docbook.hs +++ b/src/Text/Pandoc/Writers/Docbook.hs @@ -233,4 +233,3 @@ inlineToDocbook options (NoteRef ref) = then empty else let (Note _ contents) = head hits in indentedInTags options "footnote" $ blocksToDocbook options contents -inlineToDocbook options _ = empty -- cgit v1.2.3