Bug 665388 - Remove unused variable rv from imgLoader::Init; r=joedrew

--HG--
extra : rebase_source : c77c9dea614b89265e9a0bf481dc070237c675f9
This commit is contained in:
Ed Morley 2011-06-22 12:00:04 -04:00
parent 94dd98221c
commit 0a6da6c408

View File

@ -879,7 +879,6 @@ nsresult imgLoader::InitCache()
nsresult imgLoader::Init()
{
nsresult rv;
ReadAcceptHeaderPref();
Preferences::AddWeakObserver(this, "image.http.accept");