зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
02b0c14c3a
Коммит
11076c9ddf
|
@ -59,8 +59,6 @@ static const int32_t kIndentSizeDD = kTabSize; // Indention of <dd>
|
|||
static const char16_t kNBSP = 160;
|
||||
static const char16_t kSPACE = ' ';
|
||||
|
||||
constexpr int32_t kNoFlags = 0;
|
||||
|
||||
static int32_t HeaderLevel(const nsAtom* aTag);
|
||||
static int32_t GetUnicharWidth(char16_t ucs);
|
||||
static int32_t GetUnicharStringWidth(const nsString& aString);
|
||||
|
|
Загрузка…
Ссылка в новой задаче