Skip to content

Commit

Permalink
Remove unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuconnolly committed Jun 14, 2018
1 parent fe75954 commit e14aeb7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Source/SPTableContent.m
Original file line number Diff line number Diff line change
Expand Up @@ -1245,12 +1245,6 @@ - (void)reloadTableTask
*/
- (IBAction)filterTable:(id)sender
{
BOOL senderIsPaginationButton = (sender == paginationPreviousButton || sender == paginationNextButton
#ifndef SP_CODA
|| sender == paginationViewController
#endif
);

// Record whether the filter is being triggered by using delete/backspace in the filter field, which
// can trigger the effect of clicking the "clear filter" button in the field.
// (Keycode 51 is backspace, 117 is delete.)
Expand Down

0 comments on commit e14aeb7

Please sign in to comment.