summaryrefslogtreecommitdiff
path: root/dvbapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'dvbapi.c')
-rw-r--r--dvbapi.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/dvbapi.c b/dvbapi.c
index 876fe825..8392a9b5 100644
--- a/dvbapi.c
+++ b/dvbapi.c
@@ -7,7 +7,7 @@
* DVD support initially written by Andreas Schultz <aschultz@warp10.net>
* based on dvdplayer-0.5 by Matjaz Thaler <matjaz.thaler@guest.arnes.si>
*
- * $Id: dvbapi.c 1.149 2002/02/23 10:40:55 kls Exp $
+ * $Id: dvbapi.c 1.150 2002/02/23 13:11:13 kls Exp $
*/
//#define DVDDEBUG 1
@@ -2732,13 +2732,6 @@ void cDvbApi::Cleanup(void)
PrimaryDvbApi = NULL;
}
-const cSchedules *cDvbApi::Schedules(cThreadLock *ThreadLock) const
-{
- if (siProcessor && ThreadLock->Lock(siProcessor))
- return siProcessor->Schedules();
- return NULL;
-}
-
bool cDvbApi::GrabImage(const char *FileName, bool Jpeg, int Quality, int SizeX, int SizeY)
{
int videoDev = OstOpen(DEV_VIDEO, CardIndex(), O_RDWR, true);