mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-08-02 09:59:07 +02:00
Removed unused ExEntryPanel.processKey()
This commit is contained in:
parent
1519f04930
commit
88a0b0fa23
@ -30,7 +30,6 @@ import javax.swing.*;
|
||||
import java.awt.*;
|
||||
import java.awt.event.ComponentAdapter;
|
||||
import java.awt.event.ComponentEvent;
|
||||
import java.awt.event.KeyEvent;
|
||||
|
||||
/**
|
||||
* This is used to enter ex commands such as searches and "colon" commands
|
||||
@ -146,10 +145,6 @@ public class ExEntryPanel extends JPanel {
|
||||
entry.handleKey(stroke);
|
||||
}
|
||||
|
||||
public void processKey(KeyEvent event) {
|
||||
entry.processKeyEvent(event);
|
||||
}
|
||||
|
||||
private void positionPanel() {
|
||||
if (parent == null) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user