[poincare] Remove comment

This commit is contained in:
Léa Saviot
2018-09-19 16:55:15 +02:00
parent afce751eb7
commit c81df319fe

View File

@@ -48,7 +48,7 @@ public:
virtual int numberOfChildren() const = 0;
virtual void incrementNumberOfChildren(int increment = 1) {} // Do no put an assert(false), we need this method for instance in GridLayout::removeRow
virtual void decrementNumberOfChildren(int decrement = 1) {} // Do no put an assert(false), we need this method for instance in GridLayout::removeRow
virtual void eraseNumberOfChildren() {} //TODO Put an assert false //TODO what if somebody i stealing a unary tree's only child ?
virtual void eraseNumberOfChildren() {}
int numberOfDescendants(bool includeSelf) const;
virtual TreeNode * childAtIndex(int i) const;
int indexOfChild(const TreeNode * child) const;