From 9e3ef088b3792a2f8ef2eacd36f4e4c4bc5bd671 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 27 May 2005 06:05:36 +0000 Subject: kderc_largedisplay() is no more needed --- perl-install/install_steps.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 53b91fdbc..2aa5e9643 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -887,11 +887,7 @@ sub configureX { configureXAfter($o); } sub configureXAfter { - my ($o) = @_; - if ($o->{X}{default_depth} >= 16 && $o->{X}{resolution_wanted} >= 1024) { - log::l("setting large icon style for kde"); - install_any::kderc_largedisplay($o->{prefix}); - } + my ($_o) = @_; } #------------------------------------------------------------------------------ -- cgit v1.2.1