From dd37b9ca2c5ea17349a76d96c05eecaa10287d95 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 12 Jul 2001 19:51:33 +0000 Subject: [PATCH] Removed everything from @EXPORT - they weren't supposed to be there. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1610 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/ui/UI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perl/ui/UI.pm b/src/perl/ui/UI.pm index acf60e8b..226d6953 100644 --- a/src/perl/ui/UI.pm +++ b/src/perl/ui/UI.pm @@ -13,7 +13,7 @@ require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); -@EXPORT = qw(active_win active_server print command printformat); +@EXPORT = qw(); @EXPORT_OK = qw(); bootstrap Irssi::UI $VERSION;