Browse Source

removed UNICODE_EMOJI_SUPPORT var in favor of new config schema

pull/34/head
David Haukeness 5 years ago
parent
commit
549e9f8ad6
No known key found for this signature in database
GPG Key ID: A7F1091956853EF9
  1. 2
      emojiMap.go

2
emojiMap.go

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

Loading…
Cancel
Save