Darwin: Undo focus-hack which didn't work right.

This commit is contained in:
Jeremy Huddleston 2007-11-30 16:09:23 -08:00
parent f30abe30c5
commit f54b28eeba

View File

@ -313,9 +313,6 @@ static void message_kit_thread (SEL selector, NSObject *arg) {
}
- (void) set_front_process:unused {
[NSApp activateIgnoringOtherApps:YES];
if ([self modalWindow] == nil) [self activateX:YES];
QuartzMessageServerThread(kXDarwinBringAllToFront, 0);
}