From 15c48bc5666545d6ed5ea14fc3a5ef3f27d6341c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Feb 2015 18:40:33 +0100 Subject: kill obsolete logo variables --- perl-install/install/gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install') 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); } -- cgit v1.2.1