[poincare/layout_node] Remove unused variable

This commit is contained in:
Ruben Dashyan
2020-03-19 10:07:05 +01:00
committed by Émilie Feral
parent 8365735f98
commit 032723eae1

View File

@@ -169,7 +169,6 @@ bool LayoutNode::protectedIsIdenticalTo(Layout l) {
return false;
}
for (int i = 0; i < numberOfChildren(); i++) {
Layout child = childAtIndex(i);
if (!childAtIndex(i)->isIdenticalTo(l.childAtIndex(i))) {
return false;
}