From df4bb1a20b33fc41471c78af3de70e586caf1df3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 17 Dec 2017 04:47:36 +0100 Subject: 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. --- vimput.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'vimput.pl') 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: '; -- cgit v1.2.3