diff options
author | Emily Bourke <undergroundquizscene@protonmail.com> | 2021-09-23 12:28:24 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-10-17 17:24:30 -0700 |
commit | 8981872bcab239145518c7ca0567fb9031d1c422 (patch) | |
tree | 29311c70c3d5839e8053d3f19233b77747d18477 /src/Text/Pandoc/Writers | |
parent | 8af15ab345bb0790cc3442722673d9da9f23a79c (diff) | |
download | pandoc-8981872bcab239145518c7ca0567fb9031d1c422.tar.gz |
pptx: Remove outdated comment
I removed the field this comment refers to recently, missed the
comment.
Diffstat (limited to 'src/Text/Pandoc/Writers')
-rw-r--r-- | src/Text/Pandoc/Writers/Powerpoint/Output.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Text/Pandoc/Writers/Powerpoint/Output.hs b/src/Text/Pandoc/Writers/Powerpoint/Output.hs index 42ce780fa..487dcad2e 100644 --- a/src/Text/Pandoc/Writers/Powerpoint/Output.hs +++ b/src/Text/Pandoc/Writers/Powerpoint/Output.hs @@ -117,9 +117,6 @@ data WriterEnv = WriterEnv { envRefArchive :: Archive , envInList :: Bool , envInNoteSlide :: Bool , envCurSlideId :: Int - -- the difference between the number at - -- the end of the slide file name and - -- the rId number , envPlaceholder :: Placeholder , envSlideIdMap :: M.Map SlideId Int -- maps the slide number to the |