Docx reader: remove unused docxWarnings
This commit is contained in:
parent
3ee45a7357
commit
f7226a57af
1 changed files with 0 additions and 2 deletions
|
@ -122,7 +122,6 @@ data DState = DState { docxAnchorMap :: M.Map String String
|
|||
, docxImmedPrevAnchor :: Maybe String
|
||||
, docxMediaBag :: MediaBag
|
||||
, docxDropCap :: Inlines
|
||||
, docxWarnings :: [String]
|
||||
-- keep track of (numId, lvl) values for
|
||||
-- restarting
|
||||
, docxListState :: M.Map (String, String) Integer
|
||||
|
@ -135,7 +134,6 @@ instance Default DState where
|
|||
, docxImmedPrevAnchor = Nothing
|
||||
, docxMediaBag = mempty
|
||||
, docxDropCap = mempty
|
||||
, docxWarnings = []
|
||||
, docxListState = M.empty
|
||||
, docxPrevPara = mempty
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue