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
Родитель 94dd98221c
Коммит 0a6da6c408
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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