Removed Expression Tree Notification Methods
This commit is contained in:
@@ -23,12 +23,6 @@
|
||||
|
||||
#pragma mark Working With the Expression Tree
|
||||
|
||||
- (void)childChanged:(MPExpression *)child atLocalIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
[self.parent functionSymbolChanged:self
|
||||
atLocalIndexPath:[indexPath indexPathByAddingIndex:0]];
|
||||
}
|
||||
|
||||
- (NSUInteger)numberOfChildren
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user