remove unused method

This commit is contained in:
Mitchell Livingston 2007-12-20 20:55:26 +00:00
parent 44400b6a49
commit f4211ce19d
2 changed files with 1 additions and 5 deletions

View File

@ -196,7 +196,7 @@
- (void) setStatusLabel: (id) sender;
- (void) showGroups: (id) sender;
- (void) setGroup: (id) sender;
- (void) setGroup: (id) sender; //used by delegate-generated menu items
- (void) setGroupFilter: (id) sender;
- (void) updateGroupsFilterButton;
- (void) updateGroupsFilters: (NSNotification *) notification;
@ -234,8 +234,6 @@
- (void) allToolbarClicked: (id) sender;
- (void) selectedToolbarClicked: (id) sender;
- (void) doNothing: (id) sender; //needed for menu items that use bindings with no associated action
- (void) setWindowSizeToFit;
- (NSRect) sizedWindowFrame;

View File

@ -2784,8 +2784,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
}
}
- (void) doNothing: (id) sender {}
- (ButtonToolbarItem *) standardToolbarButtonWithIdentifier: (NSString *) ident
{
ButtonToolbarItem * item = [[ButtonToolbarItem alloc] initWithItemIdentifier: ident];