aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2017-12-10 15:48:02 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2017-12-11 07:00:17 -0500
commitbe6b43b14cbda3140ed05fcbaff0d3839cf18e48 (patch)
treef504cdbce0945574d5b77d0d0c0e6ac4e8bcd227
parent8fd51e12efba25d279e447bced9517984462059c (diff)
downloadpandoc-be6b43b14cbda3140ed05fcbaff0d3839cf18e48.tar.gz
Fix comment that confused compiler.
-rw-r--r--src/Text/Pandoc/Writers/Powerpoint.hs2
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