From 6e8be1797928ba9fb49536d13f8c407ea50a7333 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 17 Dec 2017 00:24:47 +0100 Subject: open_tmux_split: Get rid of old commented code --- vimput.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/vimput.pl b/vimput.pl index ce37273..042f830 100644 --- a/vimput.pl +++ b/vimput.pl @@ -43,10 +43,8 @@ sub write_input { # Open a Tmux split containing a Vim instance editing the vimput_file. sub open_tmux_split { my ($fifo, $error_handle) = @_; - # my ($fifo) = @_; if (!$ENV{TMUX}) { - # Irssi::print('Not running in tmux.', MSGLEVEL_CLIENTERROR); print $error_handle ERROR_PREFIX . 'Not running in tmux.'; return 0; -- cgit v1.2.3