X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2FSaverListController.h;h=fef8a78ef301b5e0f613284214cb0ea82d98d8bd;hp=dd665201920dd003136e7a6f750bfef7200772a4;hb=c70f94f648d51bb4828193124f325fa52b0e57f3;hpb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe diff --git a/OSX/SaverListController.h b/OSX/SaverListController.h index dd665201..fef8a78e 100644 --- a/OSX/SaverListController.h +++ b/OSX/SaverListController.h @@ -21,7 +21,6 @@ NSMutableArray *list_by_letter[26]; // 27 to get "#" after "Z". NSMutableArray *letter_sections; NSMutableArray *section_titles; - NSString *selected; NSDictionary *descriptions; int tap_count; @@ -31,7 +30,6 @@ - (id)initWithNames:(NSArray *)names descriptions:(NSDictionary *)descs; - (void) reload:(NSArray *)names descriptions:(NSDictionary *)descs; -- (NSString *) selected; - (void) scrollTo:(NSString *)name; @end