From: Andreas Öman Date: Fri, 5 Sep 2008 16:04:03 +0000 (+0000) Subject: dvb_dvr.h wasn't really used X-Git-Tag: 2.12~915 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcba4a867a2d256efa0b04d3fe958bc4192c4c90;p=thirdparty%2Ftvheadend.git dvb_dvr.h wasn't really used --- diff --git a/dvb/dvb.h b/dvb/dvb.h index 2c657cacd..a59a42ca3 100644 --- a/dvb/dvb.h +++ b/dvb/dvb.h @@ -48,6 +48,8 @@ void dvb_adapter_set_auto_discovery(th_dvb_adapter_t *tda, int on); void dvb_adapter_clone(th_dvb_adapter_t *dst, th_dvb_adapter_t *src); +void dvb_adapter_clean(th_dvb_adapter_t *tda); + int dvb_adapter_destroy(th_dvb_adapter_t *tda); /** diff --git a/dvb/dvb_adapter.c b/dvb/dvb_adapter.c index 0e5c94972..05349b138 100644 --- a/dvb/dvb_adapter.c +++ b/dvb/dvb_adapter.c @@ -40,7 +40,6 @@ #include "transports.h" #include "dvb.h" #include "dvb_support.h" -#include "dvb_dvr.h" #include "tsdemux.h" #include "notify.h" diff --git a/dvb/dvb_dvr.h b/dvb/dvb_dvr.h deleted file mode 100644 index 8ff3eea2a..000000000 --- a/dvb/dvb_dvr.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * TV Input - Linux DVB interface - * Copyright (C) 2007 Andreas Öman - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef DVB_DVR_H -#define DVB_DVR_H - -int dvb_dvr_init(th_dvb_adapter_t *tda); - -int dvb_start_feed(struct th_transport *t, unsigned int weight, int status, - int force_start); - -void dvb_stop_feed(th_transport_t *t); - -void dvb_adapter_clean(th_dvb_adapter_t *tda); - -#endif /* DVB_DVR_H */ diff --git a/dvb/dvb_multiplex.c b/dvb/dvb_multiplex.c index 1bbac13e6..155efecc2 100644 --- a/dvb/dvb_multiplex.c +++ b/dvb/dvb_multiplex.c @@ -44,7 +44,6 @@ #include "teletext.h" #include "psi.h" #include "dvb_support.h" -#include "dvb_dvr.h" #include "notify.h" struct th_dvb_mux_instance_tree dvb_muxes; diff --git a/dvb/dvb_transport.c b/dvb/dvb_transport.c index 1914db889..affe73254 100644 --- a/dvb/dvb_transport.c +++ b/dvb/dvb_transport.c @@ -44,7 +44,6 @@ #include "subscriptions.h" #include "psi.h" #include "dvb_support.h" -#include "dvb_dvr.h" #include "notify.h"