Bug 1430374 - Remove support for progressmeter tree cells. r=bz,dao

MozReview-Commit-ID: 3hydkeoneC0
This commit is contained in:
Tim Nguyen
2018-01-18 10:36:05 +00:00
parent e6a9a959b4
commit 0f11886f22
31 changed files with 5 additions and 323 deletions

View File

@@ -984,13 +984,6 @@ nsAutoCompleteController::GetImageSrc(int32_t row, nsITreeColumn* col, nsAString
return NS_OK;
}
NS_IMETHODIMP
nsAutoCompleteController::GetProgressMode(int32_t row, nsITreeColumn* col, int32_t* _retval)
{
NS_NOTREACHED("tree has no progress cells");
return NS_OK;
}
NS_IMETHODIMP
nsAutoCompleteController::GetCellValue(int32_t row, nsITreeColumn* col, nsAString& _retval)
{