Skip to content

Commit

Permalink
Merge pull request #85 from devincoughlin/master
Browse files Browse the repository at this point in the history
Remove unused notification observer with non-existent selector
  • Loading branch information
mstroeck committed Oct 22, 2012
2 parents fbefffb + 0c6e5ab commit 6fbf926
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FoldersTree.m
Expand Up @@ -151,7 +151,6 @@ -(void)initialiseFoldersTree
[nc addObserver:self selector:@selector(handleFolderNameChange:) name:@"MA_Notify_FolderNameChanged" object:nil];
[nc addObserver:self selector:@selector(handleFolderAdded:) name:@"MA_Notify_FolderAdded" object:nil];
[nc addObserver:self selector:@selector(handleFolderDeleted:) name:@"MA_Notify_FolderDeleted" object:nil];
[nc addObserver:self selector:@selector(autoCollapseFolder:) name:@"MA_Notify_AutoCollapseFolder" object:nil];
[nc addObserver:self selector:@selector(handleFolderFontChange:) name:@"MA_Notify_FolderFontChange" object:nil];
[nc addObserver:self selector:@selector(handleShowFolderImagesChange:) name:@"MA_Notify_ShowFolderImages" object:nil];
[nc addObserver:self selector:@selector(handleAutoSortFoldersTreeChange:) name:@"MA_Notify_AutoSortFoldersTreeChange" object:nil];
Expand Down

0 comments on commit 6fbf926

Please sign in to comment.