removed UNICODE_EMOJI_SUPPORT var in favor of new config schema

This commit is contained in:
2019-10-28 15:59:03 -06:00
parent a03b5ff630
commit 549e9f8ad6

View File

@ -5,8 +5,6 @@ import (
"strconv" "strconv"
) )
var UNICODE_EMOJI_SUPPORT bool
type emojiData struct { type emojiData struct {
Name string Name string
Description string Description string