Remove redundant pattern match in pptx writer.
This commit is contained in:
parent
9b7282bb0f
commit
52ac585967
1 changed files with 0 additions and 3 deletions
|
@ -370,9 +370,6 @@ inlineToParElems (Note blks) = do
|
|||
modify $ \st -> st { stNoteIds = M.insert curNoteId blks notes }
|
||||
local (\env -> env{envRunProps = (envRunProps env){rLink = Just $ InternalTarget endNotesSlideId}}) $
|
||||
inlineToParElems $ Superscript [Str $ tshow curNoteId]
|
||||
inlineToParElems (Underline ils) =
|
||||
local (\r -> r{envRunProps = (envRunProps r){rPropUnderline=True}}) $
|
||||
inlinesToParElems ils
|
||||
inlineToParElems (Span _ ils) = inlinesToParElems ils
|
||||
inlineToParElems (Quoted quoteType ils) =
|
||||
inlinesToParElems $ [Str open] ++ ils ++ [Str close]
|
||||
|
|
Loading…
Reference in a new issue