зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1492518 - Remove 16-bit version of GenerateFontListKey, no longer used anywhere. r=lsalzman
This commit is contained in:
Родитель
1554c31d8c
Коммит
1b456cbb54
|
@ -369,13 +369,6 @@ gfxPlatformFontList::InitFontList()
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
void
|
||||
gfxPlatformFontList::GenerateFontListKey(const nsAString& aKeyName, nsAString& aResult)
|
||||
{
|
||||
aResult = aKeyName;
|
||||
ToLowerCase(aResult);
|
||||
}
|
||||
|
||||
void
|
||||
gfxPlatformFontList::GenerateFontListKey(const nsACString& aKeyName, nsACString& aResult)
|
||||
{
|
||||
|
|
|
@ -487,7 +487,6 @@ protected:
|
|||
// load the bad underline blacklist from pref.
|
||||
void LoadBadUnderlineList();
|
||||
|
||||
void GenerateFontListKey(const nsAString& aKeyName, nsAString& aResult);
|
||||
void GenerateFontListKey(const nsACString& aKeyName, nsACString& aResult);
|
||||
|
||||
virtual void GetFontFamilyNames(nsTArray<nsCString>& aFontFamilyNames);
|
||||
|
|
Загрузка…
Ссылка в новой задаче