diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-07-31 15:34:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-07-31 15:34:00 +0000 |
commit | f8e94817f3034eee765c75a7c0461ef18dd24064 (patch) | |
tree | 070cff7fdf770eaa879257126eae7cf732473f3d | |
parent | 317685ea66605000e3c57967a84a6903f11cb89a (diff) | |
download | control-center-f8e94817f3034eee765c75a7c0461ef18dd24064.tar control-center-f8e94817f3034eee765c75a7c0461ef18dd24064.tar.gz control-center-f8e94817f3034eee765c75a7c0461ef18dd24064.tar.bz2 control-center-f8e94817f3034eee765c75a7c0461ef18dd24064.tar.xz control-center-f8e94817f3034eee765c75a7c0461ef18dd24064.zip |
kill drakxtv since bttv configuration was only needed with very old
cards and since kdetv and the like have their own scanning wizards
-rwxr-xr-x | control-center | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/control-center b/control-center index cbbd5135..59348390 100755 --- a/control-center +++ b/control-center @@ -725,16 +725,6 @@ my %programs = }, - "TV Cards" => - { - binary => "$sbindir/drakxtv", - embedded => 1, - description => N("TV card"), - long_description => N("Set up TV card"), - icon => 'tv-mdk', - }, - - "UPS" => { binary => "$sbindir/drakups --wizard", @@ -945,7 +935,6 @@ my @tree = "3D", "Graphical server configuration", if_(-x "$bindir/drakfax", "Fax"), - "TV Cards", "Keyboard", "Mouse", "Printer", |