1
0
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:
Andrey Vlasovskikh 2015-01-20 15:31:33 +03:00
parent 1519f04930
commit 88a0b0fa23

View File

@ -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;