Bug 1477669 - remove feed preview code and associated files/code, r=flod,mak,nika

Differential Revision: https://phabricator.services.mozilla.com/D8524
This commit is contained in:
Gijs Kruitbosch
2018-10-16 12:47:36 +00:00
parent ba6695e675
commit fa4965716a
96 changed files with 14 additions and 4054 deletions

View File

@@ -684,9 +684,3 @@ nsGNOMEShellService::OpenApplicationWithURI(nsIFile* aApplication, const nsACStr
const char* specStr = spec.get();
return process->Run(false, &specStr, 1);
}
NS_IMETHODIMP
nsGNOMEShellService::GetDefaultFeedReader(nsIFile** _retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}