diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-13 08:18:23 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-13 08:18:23 +0000 |
commit | 43988908dc63e239e39069bb9c3142c8adff31a0 (patch) | |
tree | fbb8e4e466d45965a59df1da310761f1f5317f4b /perl-install/install/steps.pm | |
parent | 61d73f142f2fbe9d544a61a6b3f587b5fd019c8f (diff) | |
download | drakx-43988908dc63e239e39069bb9c3142c8adff31a0.tar drakx-43988908dc63e239e39069bb9c3142c8adff31a0.tar.gz drakx-43988908dc63e239e39069bb9c3142c8adff31a0.tar.bz2 drakx-43988908dc63e239e39069bb9c3142c8adff31a0.tar.xz drakx-43988908dc63e239e39069bb9c3142c8adff31a0.zip |
no longer call a removed function (Xconfig::default::config_keyboard)
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r-- | perl-install/install/steps.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 6d0e0094f..5123e3bdc 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -143,12 +143,6 @@ sub selectKeyboard { or log::l("loadkeys failed"); keyboard::write($o->{keyboard}); } 'installPackages' if !$o->{isUpgrade} || !$o->{keyboard}{unsafe}; - - if ($o->{raw_X}) { - require Xconfig::default; - Xconfig::default::config_keyboard($o->{raw_X}, $o->{keyboard}); - $o->{raw_X}->write; - } } #------------------------------------------------------------------------------ sub acceptLicense {} |