diff cfg-common.h @ 23573:21c28c2645fe

Revert r23530. r23530 breaks policy: notification was not sent to mailing list, agreements of other devs were not received. Code also should be reviewed/cleaned up/fixed.
author voroshil
date Thu, 21 Jun 2007 08:18:51 +0000
parents a6c619ee9d30
children 0ad7037df91f
line wrap: on
line diff
--- a/cfg-common.h	Wed Jun 20 18:19:03 2007 +0000
+++ b/cfg-common.h	Thu Jun 21 08:18:51 2007 +0000
@@ -460,11 +460,6 @@
 #endif
 	{"adevice", &tv_param_adevice, CONF_TYPE_STRING, 0, 0, 0, NULL},
 #endif
-#ifdef HAVE_TV_TELETEXT
-    {"tdevice", &tv_param_tdevice, CONF_TYPE_STRING, 0, 0, 0, NULL},
-    {"tformat", &tv_param_tformat, CONF_TYPE_STRING, 0, 0, 0, NULL},
-    {"tpage", &tv_param_tpage, CONF_TYPE_INT, CONF_RANGE, 100, 999, NULL},
-#endif
 	{"audioid", &tv_param_audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL},
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };