Skip to content

Commit

Permalink
CPTabView: remove duplicate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cacaodev committed Feb 10, 2012
1 parent 59ce74a commit 6a42d60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AppKit/CPTabView.j
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ var CPTabViewDidSelectTabViewItemSelector = 1,
*/
- (void)selectTabViewItemAtIndex:(unsigned)anIndex
{
var aTabViewItem = [_items objectAtIndex:anIndex];

if (anIndex === _selectedIndex)
return;

Expand Down

0 comments on commit 6a42d60

Please sign in to comment.