aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-11 08:20:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-11 08:20:31 -0700
commitc468951d8ef95112068ba16ee1651c8393b9d72f (patch)
treeaf19c0ca6e95f936d85a5bfb3127c19cbcba991d /src
parent1985199ce827a714e093b0be5e35ca731f29acac (diff)
downloadpandoc-c468951d8ef95112068ba16ee1651c8393b9d72f.tar.gz
Remove redundant import.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/App/CommandLineOptions.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs
index 9d2ec695f..155ad4e39 100644
--- a/src/Text/Pandoc/App/CommandLineOptions.hs
+++ b/src/Text/Pandoc/App/CommandLineOptions.hs
@@ -45,7 +45,6 @@ import Text.Pandoc.Builder (setMeta)
import Text.Pandoc.App.Opt (Opt (..), LineEnding (..), IpynbOutput (..))
import Text.Pandoc.Filter (Filter (..))
import Text.Pandoc.Highlighting (highlightingStyles)
-import Text.Pandoc.Writers.Math (defaultMathJaxURL, defaultKaTeXURL)
import Text.Pandoc.Shared (ordNub, safeRead, defaultUserDataDirs)
import Text.Printf