Docx reader: remove emph styles and strong styles list.

We no longer need the explicit lists since we're deriving them from the
ground up.
This commit is contained in:
Jesse Rosenthal 2014-08-17 17:04:55 -04:00
parent 9da7b0946e
commit 198aea190f

View file

@ -196,12 +196,6 @@ fixAuthors mv = mv
codeStyles :: [String]
codeStyles = ["VerbatimChar"]
strongStyles :: [String]
strongStyles = ["Strong", "Bold"]
emphStyles :: [String]
emphStyles = ["Emphasis", "Italic"]
blockQuoteDivs :: [String]
blockQuoteDivs = ["Quote", "BlockQuote", "BlockQuotation"]