diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index 575fb4b5b..04f298f37 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -5346,7 +5346,6 @@ Your delegate can implement this method to avoid subclassing the tableview to ad column; [self getColumn:@ref(column) row:@ref(row) forView:object]; - [self _commitDataViewObjectValue:object forColumn:column andRow:row]; } }