summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2011-05-10 14:18:43 +0000
committerSilenio Quarti <silenio>2011-05-10 14:18:43 +0000
commit2e21b70c400642cc913f1b72fa99738c3852c0d5 (patch)
tree9e65eb45a6bc73bebe957bfd999ed4f74257dfa9 /bundles/org.eclipse.swt/Eclipse SWT
parenta5f614affb99c288c30026d5883d6d41d213c8f4 (diff)
downloadeclipse.platform.swt-2e21b70c400642cc913f1b72fa99738c3852c0d5.tar.gz
eclipse.platform.swt-2e21b70c400642cc913f1b72fa99738c3852c0d5.tar.xz
eclipse.platform.swt-2e21b70c400642cc913f1b72fa99738c3852c0d5.zip
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT')
-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.