diff options
author | Timo Sirainen <cras@irssi.org> | 2001-07-12 19:51:33 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-07-12 19:51:33 +0000 |
commit | dd37b9ca2c5ea17349a76d96c05eecaa10287d95 (patch) | |
tree | baf7e5f0a4a0e6912e00422631406e4b9e3d0ec6 /src/perl/ui | |
parent | 5311736a68af866a8cd672f5874dc1f6b27f5e8c (diff) | |
download | irssi-dd37b9ca2c5ea17349a76d96c05eecaa10287d95.zip |
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
Diffstat (limited to 'src/perl/ui')
-rw-r--r-- | src/perl/ui/UI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |