Remove unused variable.

This commit is contained in:
bzbarsky%mit.edu 2003-07-25 04:06:31 +00:00
parent 92f086becd
commit 9a4b8706ea
2 changed files with 0 additions and 2 deletions

View File

@ -873,7 +873,6 @@ HTMLStyleSheetImpl::HasAttributeDependentStyle(AttributeRuleProcessorData* aData
// Handle the content style rules.
if (styledContent) {
nsChangeHint hint = NS_STYLE_HINT_NONE;
if (styledContent->HasAttributeDependentStyle(aData->mAttribute)) {
*aResult = PR_TRUE;
return NS_OK;

View File

@ -873,7 +873,6 @@ HTMLStyleSheetImpl::HasAttributeDependentStyle(AttributeRuleProcessorData* aData
// Handle the content style rules.
if (styledContent) {
nsChangeHint hint = NS_STYLE_HINT_NONE;
if (styledContent->HasAttributeDependentStyle(aData->mAttribute)) {
*aResult = PR_TRUE;
return NS_OK;