]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove dead code
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Sep 2009 21:01:32 +0000 (21:01 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Sep 2009 21:01:32 +0000 (21:01 +0000)
src/htsp.c

index 7dd79cebc8d066c71f687dfb964971f30a3db15e..6b58ae0df7f35c3ccac06316f87ad3bf9cfda862 100644 (file)
@@ -1058,26 +1058,6 @@ htsp_tag_delete(channel_tag_t *ct)
   htsp_async_send(m);
 }
 
-#if 0
-/**
- *
- */
-static void
-htsp_send_subscription_status(htsp_connection_t *htsp, th_subscription_t *ths,
-                             const char *txt)
-{
-  htsmsg_t *m;
-
-  m = htsmsg_create_map();
-  htsmsg_add_str(m, "method", "subscriptionStatus");
-  abort(); //htsmsg_add_u32(m, "subscriptionId", ths->ths_u32);
-
-  if(txt != NULL)
-    htsmsg_add_str(m, "status", txt);
-
-  htsp_send_message(htsp, m, NULL);
-}
-#endif
 
 const static char frametypearray[PKT_NTYPES] = {
   [PKT_I_FRAME] = 'I',