Index: trunk/src/ui/app_list/cocoa/app_list_view_controller.mm |
=================================================================== |
--- trunk/src/ui/app_list/cocoa/app_list_view_controller.mm (revision 206373) |
+++ trunk/src/ui/app_list/cocoa/app_list_view_controller.mm (working copy) |
@@ -189,10 +189,6 @@ |
return appListModel ? appListModel->search_box() : NULL; |
} |
-- (app_list::AppListViewDelegate*)appListDelegate { |
- return [self delegate]; |
-} |
- |
- (BOOL)control:(NSControl*)control |
textView:(NSTextView*)textView |
doCommandBySelector:(SEL)command { |