Remove dead code
This commit is contained in:
parent
f6d1fcbbf9
commit
286eae5f88
2 changed files with 0 additions and 19 deletions
17
notify.c
17
notify.c
|
@ -33,20 +33,3 @@ notify_by_msg(const char *class, htsmsg_t *m)
|
|||
comet_mailbox_add_message(m);
|
||||
htsmsg_destroy(m);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
void
|
||||
notify_transprot_status_change(struct th_transport *t)
|
||||
{
|
||||
#if 0
|
||||
th_subscription_t *s;
|
||||
|
||||
LIST_FOREACH(s, &t->tht_subscriptions, ths_transport_link)
|
||||
if(s->ths_status_callback != NULL)
|
||||
s->ths_status_callback(s, t->tht_last_status, s->ths_opaque);
|
||||
|
||||
// ajax_mailbox_transport_status_change(t);
|
||||
#endif
|
||||
}
|
||||
|
|
2
notify.h
2
notify.h
|
@ -23,6 +23,4 @@
|
|||
|
||||
void notify_by_msg(const char *class, htsmsg_t *m);
|
||||
|
||||
void notify_transprot_status_change(struct th_transport *t);
|
||||
|
||||
#endif /* NOTIFY_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue