Remove dead code

This commit is contained in:
Andreas Öman 2008-09-07 06:36:31 +00:00
parent f6d1fcbbf9
commit 286eae5f88
2 changed files with 0 additions and 19 deletions

View file

@ -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
}

View file

@ -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_ */