Skip to content

Commit

Permalink
Use ASTableView tableNode property instead of calling ASViewToDisplay…
Browse files Browse the repository at this point in the history
…Node (#361)
  • Loading branch information
maicki committed Jun 15, 2017
1 parent a15a67c commit 13f6f14
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/ASTableView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -576,11 +576,6 @@ - (ASRangeTuningParameters)tuningParametersForRangeMode:(ASLayoutRangeMode)range
return [_rangeController tuningParametersForRangeMode:rangeMode rangeType:rangeType];
}

- (ASTableNode *)tableNode
{
return (ASTableNode *)ASViewToDisplayNode(self);
}

- (ASElementMap *)elementMapForRangeController:(ASRangeController *)rangeController
{
return _dataController.visibleMap;
Expand Down

0 comments on commit 13f6f14

Please sign in to comment.