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
This commit is contained in:
Michael Bayne
2007-12-18 00:19:18 +00:00
parent 909c1f4189
commit 73b8dd0d48
@@ -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));
}