aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2010-10-06 18:40:15 +0000
committerTom Feist <shabble@metavore.org>2010-10-06 18:40:15 +0000
commit2c7a354130c995024f698597923e47fbee1dd535 (patch)
tree0e78fdf9b396e13d0331cb7238ab89b59902278d /prompt_info
parenttest release of prompt_replace. need to rework the whole visual stuff a bit (diff)
downloadirssi-scripts-2c7a354130c995024f698597923e47fbee1dd535.tar.gz
irssi-scripts-2c7a354130c995024f698597923e47fbee1dd535.zip
removed useless include of Term::Size
Diffstat (limited to 'prompt_info')
-rw-r--r--prompt_info/prompt_replace.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/prompt_info/prompt_replace.pl b/prompt_info/prompt_replace.pl
index 83df371..107e9c2 100644
--- a/prompt_info/prompt_replace.pl
+++ b/prompt_info/prompt_replace.pl
@@ -4,7 +4,6 @@ use warnings;
use Irssi;
use Irssi::TextUI; # for sbar_items_redraw
use Data::Dumper;
-use Term::Size;