diff options
Diffstat (limited to 'perl-install/bootsplash.pm')
-rw-r--r-- | perl-install/bootsplash.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/bootsplash.pm b/perl-install/bootsplash.pm index 8968f6e45..88da2b058 100644 --- a/perl-install/bootsplash.pm +++ b/perl-install/bootsplash.pm @@ -126,7 +126,6 @@ sub theme_write_config_for_resolution { my ($tb_x1, $tb_x2, $tb_y1, $tb_y2) = ($conf->{tx}, $conf->{tx} + $conf->{tw}, $conf->{ty}, $conf->{ty} + $conf->{th}); my ($ti_x1, $ti_x2, $ti_y1, $ti_y2) = ($tb_x1 + 1, $tb_x2 - 1, $tb_y1 + 1, $tb_y2 - 1); my $pc = $conf->{pc}; - $pc =~ s/^0x/#/; output($config, qq(# This is the configuration file for the $res bootsplash picture |