diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 6 |
1 files changed, 1 insertions, 5 deletions
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) = @_; } #------------------------------------------------------------------------------ |