summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Accessibility
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2004-04-30 13:50:15 +0000
committerGrant Gayed <ggayed>2004-04-30 13:50:15 +0000
commit8194f6d63f078ac5b6080957c51ced30ba7ad216 (patch)
treee9274877da137cb6a0cf56f5575adec9fd1aa2af /bundles/org.eclipse.swt/Eclipse SWT Accessibility
parent6a084171924be1f6239f2a6eb06493da4786304c (diff)
downloadeclipse.platform.swt-8194f6d63f078ac5b6080957c51ced30ba7ad216.tar.gz
eclipse.platform.swt-8194f6d63f078ac5b6080957c51ced30ba7ad216.tar.xz
eclipse.platform.swt-8194f6d63f078ac5b6080957c51ced30ba7ad216.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Accessibility')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java
index f90c826c8c..32a4f537d7 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java
@@ -46,9 +46,6 @@ class AccessibleObject {
super ();
handle = ATK.g_object_new (type, 0);
this.parentType = parentType;
- if (widget == 0) {
- System.out.println("stop");
- }
ATK.atk_object_initialize (handle, widget);
this.accessible = accessible;
this.isLightweight = isLightweight;