From 335cd5de4d785f09ae1c14e961df8c4137300252 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 25 Jul 2012 12:31:16 -0700 Subject: Moved stateTabStop to readerTabStop in ReaderOptions. --- src/Text/Pandoc/Parsing.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Text/Pandoc/Parsing.hs') diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs index 2d7c4eb81..3d7057936 100644 --- a/src/Text/Pandoc/Parsing.hs +++ b/src/Text/Pandoc/Parsing.hs @@ -544,7 +544,6 @@ tableWith headerParser rowParser lineParser footerParser = try $ do (heads, aligns, indices) <- headerParser lines' <- rowParser indices `sepEndBy1` lineParser footerParser - state <- getState numColumns <- getOption readerColumns let widths = if (indices == []) then replicate (length aligns) 0.0 @@ -696,7 +695,6 @@ data ParserState = ParserState stateKeys :: KeyTable, -- ^ List of reference keys stateCitations :: [String], -- ^ List of available citations stateNotes :: NoteTable, -- ^ List of notes - stateTabStop :: Int, -- ^ Tab stop stateStandalone :: Bool, -- ^ Parse bibliographic info? stateTitle :: [Inline], -- ^ Title of document stateAuthors :: [[Inline]], -- ^ Authors of document @@ -729,7 +727,6 @@ defaultParserState = stateKeys = M.empty, stateCitations = [], stateNotes = [], - stateTabStop = 4, stateStandalone = False, stateTitle = [], stateAuthors = [], -- cgit v1.2.3