diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-10 19:34:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-10 19:34:58 +0000 |
commit | 54a6d984bd3fa858f66ec6d46171b6728575291d (patch) | |
tree | c0531f558852eb34e24fa62d83471ce5254374b7 /perl-install | |
parent | 02f1b647e146ca8c4301aafffd0ebf8cb8e6d7ba (diff) | |
download | drakx-54a6d984bd3fa858f66ec6d46171b6728575291d.tar drakx-54a6d984bd3fa858f66ec6d46171b6728575291d.tar.gz drakx-54a6d984bd3fa858f66ec6d46171b6728575291d.tar.bz2 drakx-54a6d984bd3fa858f66ec6d46171b6728575291d.tar.xz drakx-54a6d984bd3fa858f66ec6d46171b6728575291d.zip |
cleanup
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Xconfig/monitor.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/monitor.pm b/perl-install/Xconfig/monitor.pm index 8e4d91e59..1cc2d2f4f 100644 --- a/perl-install/Xconfig/monitor.pm +++ b/perl-install/Xconfig/monitor.pm @@ -3,6 +3,7 @@ package Xconfig::monitor; #- $Id$ use diagnostics; use strict; +use Xconfig::xfree; use detect_devices; use common; use any; @@ -177,7 +178,6 @@ sub getinfoFromDDC() { if ($vbe =~ /Memory: (\d+)k/) { $monitor->{VideoRam_probed} = $1; } - require Xconfig::xfree; $monitor->{ModeLine} = Xconfig::xfree::default_ModeLine(); my $detailed_timings = $monitor->{detailed_timings} || []; foreach (grep { !$_->{bad_ratio} } @$detailed_timings) { |