diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-20 12:03:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-20 12:03:12 +0000 |
commit | cb5a18804f742edfcab235f1629d42c6a95c62ab (patch) | |
tree | 957cc49d75094dae7f7f1348a89b3e4ce3e154da /perl-install/install_steps_interactive.pm | |
parent | 038e2b5d78e9acf85b9fcbb9691681fb7e0f1d86 (diff) | |
download | drakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.tar drakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.tar.gz drakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.tar.bz2 drakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.tar.xz drakx-cb5a18804f742edfcab235f1629d42c6a95c62ab.zip |
help perl_checker seeing charsetChanged even if known install_steps_* can be seen
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 6468a8b2f..e3819721e 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -45,10 +45,6 @@ sub kill_action { $o->kill; } -sub charsetChanged { - my ($_o) = @_; -} - #-###################################################################################### #- Steps Functions #-###################################################################################### |