From 2358cf51c540b878b0261b1db4074cb8d277066f Mon Sep 17 00:00:00 2001 From: Christophe Cornu Date: Thu, 9 Dec 2004 19:20:22 +0000 Subject: remove unused property --- .../Eclipse SWT/common_j2me/org/eclipse/swt/internal/Compatibility.java | 1 - 1 file changed, 1 deletion(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse') 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$ -- cgit