From 400478dd16cd3f1332bc73baa1f61e750a0db5da Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 16 Jun 2005 21:15:06 +0000 Subject: * cx88-video.c, saa7134-video.c, bttv-driver.c: - radio range is now defined on tuner-core.c. Cleaning up. Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/cx88/cx88-video.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'linux/drivers/media/video/cx88/cx88-video.c') diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index 5614147f3..72f8a17ef 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-video.c,v 1.64 2005/06/15 02:43:03 mchehab Exp $ + * $Id: cx88-video.c,v 1.65 2005/06/16 21:15:06 mchehab Exp $ * * device driver for Conexant 2388x based TV cards * video4linux video interface @@ -1730,10 +1730,6 @@ static int radio_do_ioctl(struct inode *inode, struct file *file, memset(t,0,sizeof(*t)); strcpy(t->name, "Radio"); -#if 0 - t->rangelow = (int)(65*16); - t->rangehigh = (int)(108*16); -#endif #ifdef V4L2_I2C_CLIENTS cx88_call_i2c_clients(dev->core,VIDIOC_G_TUNER,t); -- cgit v1.2.3