summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/default.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-24 06:29:49 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-24 06:29:49 +0000
commit84071688ab52d6af5cff69229d146342ae444941 (patch)
tree6a9e77d98d6189a0bc8112ed78f13cb57f795062 /lib/Xconfig/default.pm
parent4b002564716195df76fb0de1fc264c4765d7866e (diff)
downloaddrakx-kbd-mouse-x11-84071688ab52d6af5cff69229d146342ae444941.tar
drakx-kbd-mouse-x11-84071688ab52d6af5cff69229d146342ae444941.tar.gz
drakx-kbd-mouse-x11-84071688ab52d6af5cff69229d146342ae444941.tar.bz2
drakx-kbd-mouse-x11-84071688ab52d6af5cff69229d146342ae444941.tar.xz
drakx-kbd-mouse-x11-84071688ab52d6af5cff69229d146342ae444941.zip
perl_checker cleanups
Diffstat (limited to 'lib/Xconfig/default.pm')
-rw-r--r--lib/Xconfig/default.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Xconfig/default.pm b/lib/Xconfig/default.pm
index f0826bc..586e4a4 100644
--- a/lib/Xconfig/default.pm
+++ b/lib/Xconfig/default.pm
@@ -13,7 +13,6 @@ use modules::any_conf;
sub configure {
my ($do_pkgs, $o_keyboard, $o_mouse) = @_;
- my $keyboard = $o_keyboard || keyboard::read_or_default();
my $mouse = $o_mouse || do {
my $mouse = mouse::read();
add2hash($mouse, mouse::detect(modules::any_conf->read)) if !$::noauto;