From f613df5fc7450a1c5dfb4e4d34900d03d0e1e8f3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 20 Jun 2008 15:03:48 +0000 Subject: - do not let authentication module (used for ask_user_and_root) mess window size --- perl-install/authentication.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index cdffd02ea..ab4c896f8 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -3,9 +3,6 @@ package authentication; # $Id$ use common; my $ccreds = 1; -$::real_windowwidth = 700; -$::real_windowheight = 600; - my ($authentication) = @_; sub kinds { -- cgit v1.2.1