summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index c9954b430..667f4129f 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -901,18 +901,6 @@ sub summary {
};
}
- foreach my $tv (detect_devices::getTVcards()) {
- push @l, {
- group => N("Hardware"),
- label => N("TV card"),
- val => sub { $tv->{description} },
- clicked => sub {
- require harddrake::v4l;
- harddrake::v4l::config($o, $o->{modules_conf}, $tv->{driver});
- }
- };
- }
-
push @l, {
group => N("Hardware"),
label => N("Graphical interface"),