From 286eae5f88444fad6da6731af68d8825d07d5e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 7 Sep 2008 06:36:31 +0000 Subject: [PATCH] Remove dead code --- notify.c | 17 ----------------- notify.h | 2 -- 2 files changed, 19 deletions(-) diff --git a/notify.c b/notify.c index cbd090c7..9f4046f8 100644 --- a/notify.c +++ b/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 -} diff --git a/notify.h b/notify.h index 81e1fb9a..4e66e8b5 100644 --- a/notify.h +++ b/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_ */