From 15cc99c61714f3018cbf734656657282d61c860f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 4 Jul 2010 16:55:48 -0700 Subject: Removed writerInclude{Before,After} from WriterOptions. This is no longer used with the new templating system. --- src/Text/Pandoc/Shared.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs index f750b52b2..a5e99f827 100644 --- a/src/Text/Pandoc/Shared.hs +++ b/src/Text/Pandoc/Shared.hs @@ -462,8 +462,6 @@ data WriterOptions = WriterOptions { writerStandalone :: Bool -- ^ Include header and footer , writerTemplate :: String -- ^ Template to use in standalone mode , writerVariables :: [(String, String)] -- ^ Variables to set in template - , writerIncludeBefore :: String -- ^ Text to include before the body - , writerIncludeAfter :: String -- ^ Text to include after the body , writerTabStop :: Int -- ^ Tabstop for conversion btw spaces and tabs , writerTableOfContents :: Bool -- ^ Include table of contents , writerS5 :: Bool -- ^ We're writing S5 @@ -486,8 +484,6 @@ defaultWriterOptions = WriterOptions { writerStandalone = False , writerTemplate = "" , writerVariables = [] - , writerIncludeBefore = "" - , writerIncludeAfter = "" , writerTabStop = 4 , writerTableOfContents = False , writerS5 = False -- cgit v1.2.3