diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-13 18:40:33 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-17 18:40:40 +0100 |
commit | 15c48bc5666545d6ed5ea14fc3a5ef3f27d6341c (patch) | |
tree | af4eac759fbca0cc5e0fae17ebd69ce58a706c24 /perl-install/install | |
parent | eef08b11f0151843349db05c67b24469c32624f4 (diff) | |
download | drakx-15c48bc5666545d6ed5ea14fc3a5ef3f27d6341c.tar drakx-15c48bc5666545d6ed5ea14fc3a5ef3f27d6341c.tar.gz drakx-15c48bc5666545d6ed5ea14fc3a5ef3f27d6341c.tar.bz2 drakx-15c48bc5666545d6ed5ea14fc3a5ef3f27d6341c.tar.xz drakx-15c48bc5666545d6ed5ea14fc3a5ef3f27d6341c.zip |
kill obsolete logo variables
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index c806090a4..c83b8e6a7 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -215,7 +215,6 @@ sub init_sizes { my ($o) = @_; ($::rootwidth, $::rootheight) = (Gtk3::Gdk::Screen::width, Gtk3::Gdk::Screen::height); $::stepswidth = $::rootwidth <= 640 ? 0 : 196; - ($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (800, 75); ($o->{windowwidth}, $o->{windowheight}) = ($::rootwidth - $::stepswidth, $::rootheight); ($::real_windowwidth, $::real_windowheight) = (576, 465); } |