зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1508165, build bustage fix for a no-longer-used variable.
This commit is contained in:
Родитель
237d762715
Коммит
614b38cb05
|
@ -348,10 +348,6 @@ void nsXULTooltipListener::CheckTreeBodyMove(MouseEvent* aMouseEvent) {
|
|||
// determine if we are going to need a titletip
|
||||
// XXX check the disabletitletips attribute on the tree content
|
||||
mNeedTitletip = false;
|
||||
int16_t colType = -1;
|
||||
if (col) {
|
||||
colType = col->Type();
|
||||
}
|
||||
if (row >= 0 && cellInfo.mChildElt.EqualsLiteral("text")) {
|
||||
mNeedTitletip = tree->IsCellCropped(row, col, rv);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче