Hide background image
[profile/tv/apps/native/air_livetv.git] / src / tv.c
index 054892a..cfd92dc 100644 (file)
--- a/src/tv.c
+++ b/src/tv.c
@@ -1081,11 +1081,13 @@ int tv_create(void)
                goto err;
        }
 
+       /*
        r = tv_service_epg_create(&g_tv_info.epg_svc);
        if (r != TVS_ERROR_OK) {
                _ERR("failed to create epg service");
                goto err;
        }
+       */
 
        memset(&g_tv_info.history, 0, sizeof(g_tv_info.history));