mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare/layout_node] Remove unused variable
This commit is contained in:
committed by
Émilie Feral
parent
8365735f98
commit
032723eae1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user