From 8735090e30191359b7bea7e754017d925055a7aa Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Dec 2007 16:35:43 +0000 Subject: drop unused Primary option in set_synaptics --- lib/Xconfig/xfree.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Xconfig/xfree.pm') diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index dfa4d5a..d7abba8 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -313,7 +313,6 @@ sub set_synaptics { each_index { my $synaptics_mouse = $_; my $identifier = "SynapticsMouse" . ($::i + 1); - my $pointer_type = $synaptics_mouse->{Primary} ? "CorePointer" : "AlwaysCore"; my $h = { Identifier => { val => $identifier }, Driver => { val => "synaptics" }, @@ -347,7 +346,7 @@ sub set_synaptics { $h->{$k} = { val => $v, Option => 1 }; } $raw_X->add_Section('InputDevice', $h); - push @$layout, { val => qq("$identifier" "$pointer_type") }; + push @$layout, { val => qq("$identifier" "AlwaysCore") }; } @synaptics; } -- cgit v1.2.1