Browse Source

Remove the now unused emoji_zwj specifier.

master
Reece H. Dunn 8 years ago
parent
commit
8dde51ca87
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      src/libespeak-ng/compiledict.c
  2. 0
    1
      src/libespeak-ng/translate.h

+ 0
- 1
src/libespeak-ng/compiledict.c View File

@@ -116,7 +116,6 @@ MNEM_TAB mnem_flags[] = {
{ "$alt5", 19 },
{ "$alt6", 20 },
{ "$alt7", 21 },
{ "$emoji_zwj", 22 }, // alternate emoji pronunciation, when in a ZWJ sequence

{ "$combine", 23 }, // Combine with the next word


+ 0
- 1
src/libespeak-ng/translate.h View File

@@ -58,7 +58,6 @@ extern "C"
#define FLAG_ALT6_TRANS 0x100000 // language specific
#define FLAG_ALT7_TRANS 0x200000 // language specific

#define FLAG_EMOJI_ZWJ 0x400000 // alternate emoji pronunciation, when in a ZWJ sequence
#define FLAG_COMBINE 0x800000 // combine with the next word
#define FLAG_ALLOW_DOT 0x01000000 // ignore '.' after word (abbreviation)
#define FLAG_NEEDS_DOT 0x02000000 // only if the word is followed by a dot

Loading…
Cancel
Save