Bug 709533 - Remove unused FindFirstString in mozHunspell.cpp; r=ehsan

This commit is contained in:
Ms2ger 2011-12-24 09:28:32 +01:00
parent 1ea34290d5
commit 3955a13bac

View File

@ -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()
{