diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-07-24 07:08:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-07-24 07:08:24 +0000 |
commit | 3ee8b0b2c54ff6f732fb607ac9dd204cd4c6e678 (patch) | |
tree | 3426eec1751cce326d63622f0cd61cfa076866b5 /perl-install/install | |
parent | 9964c93164761f566a5c63b8f40568d48b2fee85 (diff) | |
download | drakx-3ee8b0b2c54ff6f732fb607ac9dd204cd4c6e678.tar drakx-3ee8b0b2c54ff6f732fb607ac9dd204cd4c6e678.tar.gz drakx-3ee8b0b2c54ff6f732fb607ac9dd204cd4c6e678.tar.bz2 drakx-3ee8b0b2c54ff6f732fb607ac9dd204cd4c6e678.tar.xz drakx-3ee8b0b2c54ff6f732fb607ac9dd204cd4c6e678.zip |
remove obsolete logo so that we don't update it anymore by mistake
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/gtk.pm | 8 | ||||
-rw-r--r-- | perl-install/install/pixmaps/logo-mandriva.png | bin | 13466 -> 0 bytes |
2 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) = @_; diff --git a/perl-install/install/pixmaps/logo-mandriva.png b/perl-install/install/pixmaps/logo-mandriva.png Binary files differdeleted file mode 100644 index 4a202fa5f..000000000 --- a/perl-install/install/pixmaps/logo-mandriva.png +++ /dev/null |