Bug 1427364 - Remove showCommentColumn and showImageColumn. r=mak

MozReview-Commit-ID: 8RNVaLvZkrY
This commit is contained in:
Paolo Amadini
2018-01-10 15:22:23 +00:00
parent eb6c9bb8e9
commit aa9592d486
8 changed files with 0 additions and 56 deletions

View File

@@ -518,31 +518,6 @@ nsFormFillController::SetMaxRows(uint32_t aMaxRows)
return NS_OK;
}
NS_IMETHODIMP
nsFormFillController::GetShowImageColumn(bool *aShowImageColumn)
{
*aShowImageColumn = false;
return NS_OK;
}
NS_IMETHODIMP nsFormFillController::SetShowImageColumn(bool aShowImageColumn)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
nsFormFillController::GetShowCommentColumn(bool *aShowCommentColumn)
{
*aShowCommentColumn = false;
return NS_OK;
}
NS_IMETHODIMP nsFormFillController::SetShowCommentColumn(bool aShowCommentColumn)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
nsFormFillController::GetTimeout(uint32_t *aTimeout)
{