From 43988908dc63e239e39069bb9c3142c8adff31a0 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 13 Oct 2009 08:18:23 +0000 Subject: no longer call a removed function (Xconfig::default::config_keyboard) --- perl-install/install/NEWS | 2 ++ perl-install/install/steps.pm | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 40ebdbd08..69bd7aa4c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- do not call obsolete Xconfig::default::config_keyboard function (#54541) + Version 12.64 - 12 October 2009 - partitioning wizard: 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 {} -- cgit v1.2.1