зеркало из https://github.com/mozilla/gecko-dev.git
Bug 43178 followup: remove unused variable 'tableStyle' in nsHTMLTableElement.cpp. rs=bernd
This commit is contained in:
Родитель
5f428255a1
Коммит
73ae355a23
|
@ -1199,7 +1199,6 @@ MapAttributesIntoRule(const nsMappedAttributes* aAttributes,
|
||||||
nsGenericHTMLElement::MapCommonAttributesInto(aAttributes, aData);
|
nsGenericHTMLElement::MapCommonAttributesInto(aAttributes, aData);
|
||||||
}
|
}
|
||||||
if (aData->mSIDs & NS_STYLE_INHERIT_BIT(Border)) {
|
if (aData->mSIDs & NS_STYLE_INHERIT_BIT(Border)) {
|
||||||
const nsStyleTableBorder* tableStyle = aData->mStyleContext->GetStyleTableBorder();
|
|
||||||
const nsStyleDisplay* readDisplay = aData->mStyleContext->GetStyleDisplay();
|
const nsStyleDisplay* readDisplay = aData->mStyleContext->GetStyleDisplay();
|
||||||
if (readDisplay->mDisplay != NS_STYLE_DISPLAY_TABLE_CELL) {
|
if (readDisplay->mDisplay != NS_STYLE_DISPLAY_TABLE_CELL) {
|
||||||
// bordercolor
|
// bordercolor
|
||||||
|
|
Загрузка…
Ссылка в новой задаче