mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Implemented cDevice::NeedsData()
This commit is contained in:
3
player.c
3
player.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: player.c 1.3 2002/06/23 12:56:25 kls Exp $
|
||||
* $Id: player.c 1.4 2002/08/11 15:49:13 kls Exp $
|
||||
*/
|
||||
|
||||
#include "player.h"
|
||||
@@ -15,7 +15,6 @@
|
||||
cPlayer::cPlayer(void)
|
||||
{
|
||||
device = NULL;
|
||||
deviceFileHandle = -1;
|
||||
}
|
||||
|
||||
cPlayer::~cPlayer()
|
||||
|
||||
Reference in New Issue
Block a user