summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2013-06-25 12:37:52 -0400
committerGrant Gayed <grant_gayed@ca.ibm.com>2013-06-25 12:37:52 -0400
commita59b6fabc99a8df2b83df5400ce5a7fa2acc24a3 (patch)
treeab822db1c548995411a5c3fb9ce945c807f48058 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java
parent8c4c9f977636102945c1cc11875675a2b5dbdcd5 (diff)
downloadeclipse.platform.swt-a59b6fabc99a8df2b83df5400ce5a7fa2acc24a3.tar.gz
eclipse.platform.swt-a59b6fabc99a8df2b83df5400ce5a7fa2acc24a3.tar.xz
eclipse.platform.swt-a59b6fabc99a8df2b83df5400ce5a7fa2acc24a3.zip
Bug 178918 - Flexible Mozilla profile support - new API request
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java
index 8beae68f0e..42e98cc651 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java
@@ -31,8 +31,6 @@ import org.eclipse.swt.internal.*;
/** @jniclass flags=cpp */
public class XPCOM extends C {
- public static final String MOZILLA_FIVE_HOME = "MOZILLA_FIVE_HOME"; //$NON-NLS-1$
- public static final String MOZILLA_PLUGIN_PATH = "MOZ_PLUGIN_PATH"; //$NON-NLS-1$
public static final String CONTENT_MAYBETEXT = "application/x-vnd.mozilla.maybe-text"; //$NON-NLS-1$
public static final String CONTENT_MULTIPART = "multipart/x-mixed-replace"; //$NON-NLS-1$
public static final String DOMEVENT_FOCUS = "focus"; //$NON-NLS-1$