summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2004-12-09 19:20:22 +0000
committerChristophe Cornu <ccornu>2004-12-09 19:20:22 +0000
commit2358cf51c540b878b0261b1db4074cb8d277066f (patch)
treed781693dfd2fbb10755a4fb3d722264caff89787 /bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal
parent163426a294ad0e6696f4165da3d0d25242001060 (diff)
downloadeclipse.platform.swt-2358cf51c540b878b0261b1db4074cb8d277066f.tar.gz
eclipse.platform.swt-2358cf51c540b878b0261b1db4074cb8d277066f.tar.xz
eclipse.platform.swt-2358cf51c540b878b0261b1db4074cb8d277066f.zip
remove unused property
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/Compatibility.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/Compatibility.java b/bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/Compatibility.java
index e7f8c4b95c..df9d3d009f 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/Compatibility.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/Compatibility.java
@@ -349,7 +349,6 @@ public static String getMessage(String key) {
if (key.equals("SWT_InputMethods")) return "Input Methods"; //$NON-NLS-1$
if (key.equals("SWT_Password")) return "Password:"; //$NON-NLS-1$
if (key.equals("SWT_Username")) return "User Name:"; //$NON-NLS-1$
- if (key.equals("SWT_Prompt")) return "Prompt"; //$NON-NLS-1$
if (key.equals("SWT_Close")) return "Close"; //$NON-NLS-1$
if (key.equals("SWT_Minimize")) return "Minimize"; //$NON-NLS-1$
if (key.equals("SWT_Maximize")) return "Maximize"; //$NON-NLS-1$