aboutsummaryrefslogtreecommitdiffstats
path: root/vimput.pl
diff options
context:
space:
mode:
authorTeddy Wing2017-12-17 04:47:36 +0100
committerTeddy Wing2017-12-17 04:47:36 +0100
commitdf4bb1a20b33fc41471c78af3de70e586caf1df3 (patch)
tree55161adacd120c4a65191037e2c1d19dc6ae1d3c /vimput.pl
parent21938bf824d9d1669b85f135e7900f4c413cea02 (diff)
downloadirssi-vimput-df4bb1a20b33fc41471c78af3de70e586caf1df3.tar.bz2
Delete old `CTRL_X` constant
We removed the signal handler that used this in c1144625d59dd269838974b63cec400ca1ac8eb8. Now it's up to users to bind their own shortcut.
Diffstat (limited to 'vimput.pl')
-rw-r--r--vimput.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/vimput.pl b/vimput.pl
index 81dd3d0..2597933 100644
--- a/vimput.pl
+++ b/vimput.pl
@@ -42,7 +42,6 @@ our %IRSSI = {
};
-use constant CTRL_X => 24;
use constant ERROR_PREFIX => 'ERROR: ';
use constant OK_PREFIX => 'OK: ';