]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvb_dvr.h wasn't really used
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 5 Sep 2008 16:04:03 +0000 (16:04 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Fri, 5 Sep 2008 16:04:03 +0000 (16:04 +0000)
dvb/dvb.h
dvb/dvb_adapter.c
dvb/dvb_dvr.h [deleted file]
dvb/dvb_multiplex.c
dvb/dvb_transport.c

index 2c657cacd41effdeefe718cb2773f7abf4526cd4..a59a42ca3a53766da4d651547e4be6cadaf6756d 100644 (file)
--- 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);
 
 /**
index 0e5c94972da02ebd228ab991feb6f0c0eb7f1c7c..05349b1384223cfd4579f83e49bb83e7c80d2a78 100644 (file)
@@ -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 (file)
index 8ff3eea..0000000
+++ /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 <http://www.gnu.org/licenses/>.
- */
-
-#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 */
index 1bbac13e6c164d96aed485f7051ea2b55aed89f1..155efecc2fff027e6bf836ad97ad1c8459250b2f 100644 (file)
@@ -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;
index 1914db88964f6e878f6c27dee4c5a9ec226b7514..affe73254bfc635d70897321d0144179fc8dfc01 100644 (file)
@@ -44,7 +44,6 @@
 #include "subscriptions.h"
 #include "psi.h"
 #include "dvb_support.h"
-#include "dvb_dvr.h"
 #include "notify.h"