diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java index c36471d39a5..b75a838fd32 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java @@ -494,12 +494,6 @@ Point computeNativeSize (long h, int wHint, int hHint, boolean changed) { *

* The current selection is copied to the clipboard. *

- *

- * Note: Copy data to the Clipboard may be asynchronous. This - * means that the new clipboard content may not be immediately available right - * after calling this method. To ensure the update is visible, use - * {@link Display#asyncExec(Runnable)} before accessing the clipboard data. - *

* @exception SWTException