diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-08 10:08:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-08 10:08:06 +0000 |
commit | 654ec6aa9b85cf126830393eca85a1fdfbc8fa55 (patch) | |
tree | 5a9b56ff6b095651f412e56287c6d608d3e2bd15 /perl-install/standalone/drakauth | |
parent | 354b9f730c0eb4573ac9715d3969efa1be83515a (diff) | |
download | drakx-654ec6aa9b85cf126830393eca85a1fdfbc8fa55.tar drakx-654ec6aa9b85cf126830393eca85a1fdfbc8fa55.tar.gz drakx-654ec6aa9b85cf126830393eca85a1fdfbc8fa55.tar.bz2 drakx-654ec6aa9b85cf126830393eca85a1fdfbc8fa55.tar.xz drakx-654ec6aa9b85cf126830393eca85a1fdfbc8fa55.zip |
latest commit enable us to remove old sizing hacks
Diffstat (limited to 'perl-install/standalone/drakauth')
-rwxr-xr-x | perl-install/standalone/drakauth | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth index be6f0cf43..e2e29a3e7 100755 --- a/perl-install/standalone/drakauth +++ b/perl-install/standalone/drakauth @@ -9,9 +9,6 @@ use interactive; use authentication; use network::network; -$::real_windowwidth = 700; -$::real_windowheight = 600; - my $net = {}; network::network::read_net_conf($net); |