Fix blooper: remove dead code

This commit is contained in:
Vytautas Šaltenis 2017-02-02 17:24:53 +02:00
parent e81d1d1138
commit 5e1065fa45
1 changed files with 0 additions and 6 deletions

View File

@ -55,12 +55,6 @@ const (
BackslashLineBreak | DefinitionLists
)
// DefaultOptions is a convenience variable with all the options that are
// enabled by default.
// var DefaultOptions = Options{
// Extensions: CommonExtensions,
// }
// ListType contains bitwise or'ed flags for list and list item objects.
type ListType int