remove references and dead code to the group window being its own window; other rearrangements of code

This commit is contained in:
Mitchell Livingston
2008-11-29 20:29:54 +00:00
parent 16e6aadec3
commit d6fce3abcb
10 changed files with 69 additions and 136 deletions

View File

@@ -2218,11 +2218,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
[self updateUI];
}
- (void) showGroups: (id) sender
{
[[GroupsWindowController groupsWindow] showWindow: self];
}
- (void) menuNeedsUpdate: (NSMenu *) menu
{
if (menu == fGroupsSetMenu || menu == fGroupsSetContextMenu)