Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
index 36336e0e73..ab6588d06c 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
@@ -542,11 +542,6 @@ void bringToTop (boolean force) {
}
}
-//boolean canBecomeKeyWindow7 (int /*long*/ id, int /*long*/ sel) {
-// boolean r = canBecomeKeyWindow1(id, sel);
-//// System.out.println(this + " can=" + r);
-// return r;
-//}
boolean canBecomeKeyWindow (int /*long*/ id, int /*long*/ sel) {
if (isPopup) return false;
// Only answer if SWT created the window.

Back to the top