Removed writerAscii in WriterOptions.
No longer needed or used.
This commit is contained in:
parent
7046cef263
commit
b892b29eac
1 changed files with 0 additions and 2 deletions
|
@ -482,7 +482,6 @@ data WriterOptions = WriterOptions
|
|||
, writerHtml5 :: Bool -- ^ Produce HTML5
|
||||
, writerChapters :: Bool -- ^ Use "chapter" for top-level sects
|
||||
, writerListings :: Bool -- ^ Use listings package for code
|
||||
, writerAscii :: Bool -- ^ Avoid non-ascii characters
|
||||
} deriving Show
|
||||
|
||||
{-# DEPRECATED writerXeTeX "writerXeTeX no longer does anything" #-}
|
||||
|
@ -516,7 +515,6 @@ defaultWriterOptions =
|
|||
, writerHtml5 = False
|
||||
, writerChapters = False
|
||||
, writerListings = False
|
||||
, writerAscii = False
|
||||
}
|
||||
|
||||
--
|
||||
|
|
Loading…
Add table
Reference in a new issue