summaryrefslogtreecommitdiff
path: root/hw/darwin
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremy@yuffie.local>2007-11-30 16:09:23 -0800
committerJeremy Huddleston <jeremy@yuffie.local>2007-11-30 16:09:23 -0800
commitf54b28eeba119c42d0fcccfbe295306dd670221a (patch)
tree1f4e36f572e727c916fa815abb79bbb18dfcbbd6 /hw/darwin
parentf30abe30c5fea10e680aa12f3fe37ee8ce1a0201 (diff)
Darwin: Undo focus-hack which didn't work right.
Diffstat (limited to 'hw/darwin')
-rw-r--r--hw/darwin/quartz/X11Application.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/darwin/quartz/X11Application.m b/hw/darwin/quartz/X11Application.m
index 514bc4995..aef06990d 100644
--- a/hw/darwin/quartz/X11Application.m
+++ b/hw/darwin/quartz/X11Application.m
@@ -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);
}