Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2017-10-16 11:27:27 +0000
committerLakshmi Shanmugam2017-10-16 11:27:27 +0000
commit094621b29c6941394757fa87ac028276ef66b933 (patch)
tree488e9d037e11d2004725fc576bac2baf586c6c7e /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa
parent145622248428ee928822ee41cc0db72303b9e580 (diff)
downloadeclipse.platform.swt-094621b29c6941394757fa87ac028276ef66b933.tar.gz
eclipse.platform.swt-094621b29c6941394757fa87ac028276ef66b933.tar.xz
eclipse.platform.swt-094621b29c6941394757fa87ac028276ef66b933.zip
Bug 521849: Fix deprecated warnings in Mac native buildI20171016-2000
NSWindowList was removed by an earlier commit. Remove NSWindowList from the AppKitFull.bridgesupport.extras file
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras5
1 files changed, 0 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
index 154fddbb11..2b26cf05c2 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
@@ -5096,11 +5096,6 @@
<arg swt_gen="true"></arg>
<retval></retval>
</function>
- <function name="NSWindowList" swt_gen="true">
- <arg swt_gen="true"></arg>
- <arg swt_gen="true" swt_java_type="int[]" swt_java_type64="long[]"></arg>
- <retval></retval>
- </function>
<informal_protocol name="NSAccessibility" swt_gen="true">
<method selector="accessibilityActionDescription:" swt_gen="true">
<arg swt_gen="true"></arg>

Back to the top