summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2008-06-02 19:40:42 +0000
committerGrant Gayed <ggayed>2008-06-02 19:40:42 +0000
commita648f6fdec8dc889f31b8ddbf5a2e9cb2d17dae7 (patch)
treeea41d6c27371a2e012f598414b7ab1c1a0749245 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
parent9047e8b624884d5d020c4c23974b90ad1286b1a0 (diff)
downloadeclipse.platform.swt-a648f6fdec8dc889f31b8ddbf5a2e9cb2d17dae7.tar.gz
eclipse.platform.swt-a648f6fdec8dc889f31b8ddbf5a2e9cb2d17dae7.tar.xz
eclipse.platform.swt-a648f6fdec8dc889f31b8ddbf5a2e9cb2d17dae7.zip
doc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
index 1a46e8f27e..39e286039a 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
@@ -259,8 +259,6 @@ public Point computeSize (int wHint, int hHint, boolean changed) {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * @since 3.4
*/
/*public*/ void copyArea (GC gc, int x, int y, int width, int height) {
checkWidget ();