diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2017-12-10 15:48:02 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2017-12-11 07:00:17 -0500 |
commit | be6b43b14cbda3140ed05fcbaff0d3839cf18e48 (patch) | |
tree | f504cdbce0945574d5b77d0d0c0e6ac4e8bcd227 | |
parent | 8fd51e12efba25d279e447bced9517984462059c (diff) | |
download | pandoc-be6b43b14cbda3140ed05fcbaff0d3839cf18e48.tar.gz |
Fix comment that confused compiler.
-rw-r--r-- | src/Text/Pandoc/Writers/Powerpoint.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Writers/Powerpoint.hs b/src/Text/Pandoc/Writers/Powerpoint.hs index f7d5bbc5f..d78833c81 100644 --- a/src/Text/Pandoc/Writers/Powerpoint.hs +++ b/src/Text/Pandoc/Writers/Powerpoint.hs @@ -1658,8 +1658,6 @@ getContentType fp | "ppt" : "theme" : f : [] <- splitDirectories fp , (_, ".xml") <- splitExtension f = Just $ noPresML ++ ".theme+xml" - -- | "ppt" : "slideLayouts" : f : [] <- splitDirectories fp - -- , (_, ".xml") <- splitExtension f = | "ppt" : "slideLayouts" : _ : [] <- splitDirectories fp= Just $ presML ++ ".slideLayout+xml" | otherwise = Nothing |