From 95e6f63006eee2d13296811cd6de29135c8f9951 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 5 Aug 2002 13:10:11 +0000 Subject: still have HorizSync and VertRefresh for Plug'n Play monitors (XFree4 still need some help) --- perl-install/Xconfig/xfree4.pm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/perl-install/Xconfig/xfree4.pm b/perl-install/Xconfig/xfree4.pm index c65245b75..58c6cdad0 100644 --- a/perl-install/Xconfig/xfree4.pm +++ b/perl-install/Xconfig/xfree4.pm @@ -81,18 +81,6 @@ sub set_wacoms { } @wacoms; } -sub set_monitors { - my ($raw_X, @monitors) = @_; - - @monitors = map { - my %monitor = %$_; - delete @monitor{'HorizSync', 'VertRefresh'} if $monitor{VendorName} eq "Plug'n Play"; - \%monitor; - } @monitors; - - $raw_X->SUPER::set_monitors(@monitors); -} - sub depths { 8, 15, 16, 24 } sub set_resolution { my ($raw_X, $resolution, $Screen) = @_; -- cgit v1.2.1