Remove unused code

This commit is contained in:
Vytautas Šaltenis 2016-03-30 11:54:29 +03:00
parent 2bbed304fb
commit 7846a310ea

View File

@ -49,12 +49,6 @@ const (
)
var (
alignments = []string{
"left",
"right",
"center",
}
// TODO: improve this regexp to catch all possible entities:
htmlEntity = regexp.MustCompile(`&[a-z]{2,5};`)
)