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
This commit is contained in:
fiddlosopher
2007-01-01 21:11:47 +00:00
parent 2f764a25f8
commit a734aaf2ae
-1
View File
@@ -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