From 73b8dd0d482de16ef89ebd055286150fb0994dd7 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 18 Dec 2007 00:19:18 +0000 Subject: [PATCH] Nix stray crowd dependency. No one uses this interface. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@382 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/util/KeyDispatcher.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/java/com/threerings/util/KeyDispatcher.java b/src/java/com/threerings/util/KeyDispatcher.java index 19771244..c40edd96 100644 --- a/src/java/com/threerings/util/KeyDispatcher.java +++ b/src/java/com/threerings/util/KeyDispatcher.java @@ -44,8 +44,6 @@ import javax.swing.text.JTextComponent; import com.samskivert.util.HashIntMap; -import com.threerings.crowd.chat.client.ChatCantStealFocus; - /** * Handles dispatching special global key pressed and released events to * those that care to monitor and process such things. @@ -203,7 +201,6 @@ public class KeyDispatcher return target.isShowing() && (((target instanceof JTextComponent) && ((JTextComponent) target).isEditable()) || (target instanceof JComboBox) || - (target instanceof ChatCantStealFocus) || (target instanceof JTable) || (target instanceof JRootPane)); }