Skip to content

Commit

Permalink
removed reference of removeItemButton
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosCoder committed Feb 14, 2012
1 parent 265ba75 commit 1c21b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Launchpad-Control/LaunchpadControl.m
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ -(void)setSidebarItemActionsEnabled:(BOOL)enabled forItem:(Item *)item
{
[sortItemButton setEnabled:enabled && [[item children] count]>0];
[renameItemButton setEnabled:enabled];
[removeItemButton setEnabled:enabled];
}

-(void)outlineViewSelectionDidChange:(NSNotification *)notification
Expand Down

0 comments on commit 1c21b15

Please sign in to comment.