summaryrefslogtreecommitdiff
path: root/gnu/classpath/SystemProperties.java
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-11-08 21:53:22 +0000
committerTom Tromey <tromey@redhat.com>2005-11-08 21:53:22 +0000
commit31134e5c8dcfa140f1691a07318f7d6a8ef915b1 (patch)
tree45f8ce65f7e9a12c374a98a84aee62fede85f34c /gnu/classpath/SystemProperties.java
parent6c2f285f6930e1418d1bab73fd947336db9df2e1 (diff)
downloadclasspath-31134e5c8dcfa140f1691a07318f7d6a8ef915b1.tar.gz
* gnu/classpath/SystemProperties.java: Don't mention
gnu.java.awt.FocusManager.
Diffstat (limited to 'gnu/classpath/SystemProperties.java')
-rw-r--r--gnu/classpath/SystemProperties.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/classpath/SystemProperties.java b/gnu/classpath/SystemProperties.java
index 600e1a6c1..524f04099 100644
--- a/gnu/classpath/SystemProperties.java
+++ b/gnu/classpath/SystemProperties.java
@@ -106,12 +106,6 @@ public class SystemProperties
if (defaultProperties.get("file.encoding") == null)
defaultProperties.put("file.encoding", "8859_1");
- // Default to the Swing FocusManager so that the old-style Swing API
- // for FocusManager can be supported without hardcoding it in AWT.
- if (defaultProperties.get("gnu.java.awt.FocusManager") == null)
- defaultProperties.put("gnu.java.awt.FocusManager",
- "gnu.java.awt.FocusManager");
-
// XXX FIXME - Temp hack for old systems that set the wrong property
if (defaultProperties.get("java.io.tmpdir") == null)
defaultProperties.put("java.io.tmpdir",