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 5e42123d15
commit a92663ec2a

View File

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