summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c
index c721b0fcf5..dc80e60634 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/cocoa.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -67,18 +67,6 @@ JNIEXPORT jint JNICALL Cocoa_NATIVE(HIWebViewGetWebView)
}
#endif
-#ifndef NO_NSApplicationLoad
-JNIEXPORT jint JNICALL Cocoa_NATIVE(NSApplicationLoad)
- (JNIEnv *env, jclass that)
-{
- jint rc = 0;
- Cocoa_NATIVE_ENTER(env, that, NSApplicationLoad_FUNC);
- rc = (jint)NSApplicationLoad();
- Cocoa_NATIVE_EXIT(env, that, NSApplicationLoad_FUNC);
- return rc;
-}
-#endif
-
#ifndef NO_NSDeviceRGBColorSpace
JNIEXPORT jint JNICALL Cocoa_NATIVE(NSDeviceRGBColorSpace)
(JNIEnv *env, jclass that)