diff options
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 73222f673..f58c02317 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -186,14 +186,6 @@ sub update_steps_position { } #------------------------------------------------------------------------------ -sub create_logo { - my ($o) = @_; - - return if $::logowidth == 0; - gtknew('Image', file => 'logo-mandriva.png'); -} - -#------------------------------------------------------------------------------ sub init_gtk { my ($o) = @_; |