Bug 1312440 - Remove (unused) paired bracket data from our Unicode property tables when ICU is available. r=emk

This commit is contained in:
Jonathan Kew
2016-10-26 09:40:20 +01:00
parent 216959733b
commit 1e3af032f6
4 changed files with 233 additions and 233 deletions

View File

@@ -55,7 +55,6 @@ GetCharProps2(uint32_t aCh)
using namespace mozilla::unicode;
static const nsCharProps2 undefined = {
#if ENABLE_INTL_API
PAIRED_BRACKET_TYPE_NONE,
VERTICAL_ORIENTATION_R,
XIDMOD_NOT_CHARS
#else