mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 709533 - Remove unused FindFirstString in mozHunspell.cpp; r=ehsan
This commit is contained in:
parent
1ea34290d5
commit
3955a13bac
@ -364,14 +364,6 @@ NS_IMETHODIMP mozHunspell::GetDictionaryList(PRUnichar ***aDictionaries,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
static PLDHashOperator
|
||||
FindFirstString(const nsAString& aString, nsIFile* aFile, void* aClosure)
|
||||
{
|
||||
nsAString *dic = (nsAString*) aClosure;
|
||||
dic->Assign(aString);
|
||||
return PL_DHASH_STOP;
|
||||
}
|
||||
|
||||
void
|
||||
mozHunspell::LoadDictionaryList()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user