From 7fdedc9b55bc22f0ec8715646d062459becc032a Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Thu, 19 Jul 2012 16:27:17 +0100 Subject: [PATCH] Re-enable Freesat code as I think its OK for basic testing, still needs a little work though. --- src/epggrab/module/eit.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/epggrab/module/eit.c b/src/epggrab/module/eit.c index 3eb99b29..f02b5c1e 100644 --- a/src/epggrab/module/eit.c +++ b/src/epggrab/module/eit.c @@ -669,10 +669,8 @@ void eit_init ( void ) { epggrab_module_ota_create(NULL, "eit", "EIT: DVB Grabber", 1, _eit_start, _eit_enable, NULL); -#if TODO_FREESAT_SUPPORT epggrab_module_ota_create(NULL, "freesat", "Freesat", 5, _eit_start, _eit_enable, NULL); -#endif } void eit_load ( void )