diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-06 09:19:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-06 09:19:24 +0000 |
commit | b9fd823c3b3e4bc6f293c441f3b4f7e76138f832 (patch) | |
tree | 15cf6b536ccf30fd598a2341c657f02253b8d20a /perl-install/harddrake/sound.pm | |
parent | 78182a745975023267717cf08dc6e9f3fbf2420f (diff) | |
download | drakx-b9fd823c3b3e4bc6f293c441f3b4f7e76138f832.tar drakx-b9fd823c3b3e4bc6f293c441f3b4f7e76138f832.tar.gz drakx-b9fd823c3b3e4bc6f293c441f3b4f7e76138f832.tar.bz2 drakx-b9fd823c3b3e4bc6f293c441f3b4f7e76138f832.tar.xz drakx-b9fd823c3b3e4bc6f293c441f3b4f7e76138f832.zip |
remove unused variable
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index fd49c1e75..d4b3a8547 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -23,7 +23,6 @@ use list_modules; use detect_devices; use log; -my $has_nvaudio = -x '/lib/modules/' . c::kernel_version() . '/'; our %alsa2oss = ( |