mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-31 09:21:20 +02:00
generic-pc: remove unused stuff from playback.h header
This commit is contained in:
@@ -12,8 +12,6 @@ typedef enum {
|
||||
|
||||
class cPlayback
|
||||
{
|
||||
private:
|
||||
bool playing;
|
||||
public:
|
||||
bool Open(playmode_t PlayMode);
|
||||
void Close(void);
|
||||
@@ -32,6 +30,8 @@ class cPlayback
|
||||
//
|
||||
cPlayback(int num = 0);
|
||||
~cPlayback();
|
||||
private:
|
||||
void *pdata; /* not yet used */
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user