diff options
Diffstat (limited to 'plugin/status.h')
-rw-r--r-- | plugin/status.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/status.h b/plugin/status.h index 8ce9b45..909547f 100644 --- a/plugin/status.h +++ b/plugin/status.h @@ -7,7 +7,6 @@ #ifndef __status_h_ #define __status_h_ -#include <signal.h> #include <vdr/status.h> #include "setup.h" @@ -55,8 +54,7 @@ public: actpos=0; } bool GetNextActive(struct recs **RecEntry); - bool Start(const char *FileName, const char *Name, const bool Direct=false, - const int tStart=0, const int tStop=0); + bool Start(const char *FileName, const char *Name, const bool Direct=false); }; #endif |