diff options
| author | Tom Tromey <tromey@redhat.com> | 2005-11-08 21:53:22 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@redhat.com> | 2005-11-08 21:53:22 +0000 |
| commit | 31134e5c8dcfa140f1691a07318f7d6a8ef915b1 (patch) | |
| tree | 45f8ce65f7e9a12c374a98a84aee62fede85f34c /gnu/classpath/SystemProperties.java | |
| parent | 6c2f285f6930e1418d1bab73fd947336db9df2e1 (diff) | |
| download | classpath-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.java | 6 |
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", |
