diff options
-rw-r--r-- | perl-install/install_steps.pm | 4 | ||||
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 20b9649dc..cd3a94a2b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -42,6 +42,10 @@ sub new($$) { return $o; } +sub charsetChanged { + my ($_o) = @_; +} + #-###################################################################################### #- In/Out Steps Functions #-###################################################################################### 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 #-###################################################################################### |