Bug 1733876 Part 1 - Remove unused kNoFlags in nsPlainTextSerializer.cpp. r=mbrodesser

Differential Revision: https://phabricator.services.mozilla.com/D127381
This commit is contained in:
Ting-Yu Lin 2021-10-07 17:10:14 +00:00
Родитель cc82c1d2e8
Коммит 431bd8d5d2
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -59,8 +59,6 @@ static const int32_t kIndentSizeDD = kTabSize; // Indention of <dd>
static const char16_t kNBSP = 160; static const char16_t kNBSP = 160;
static const char16_t kSPACE = ' '; static const char16_t kSPACE = ' ';
constexpr int32_t kNoFlags = 0;
static int32_t HeaderLevel(const nsAtom* aTag); static int32_t HeaderLevel(const nsAtom* aTag);
static int32_t GetUnicharWidth(char16_t ucs); static int32_t GetUnicharWidth(char16_t ucs);
static int32_t GetUnicharStringWidth(const nsString& aString); static int32_t GetUnicharStringWidth(const nsString& aString);