diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-02-15 12:18:58 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-02-15 12:18:58 +0100 |
commit | 4623f83447b49830838880320a1fcc9922d00833 (patch) | |
tree | 7719f6d3f6df735e8ca7facfabab648c0ff37cdf /infosatepg.h | |
parent | 8112230ac0a66766d233253b6260a1a06229aff6 (diff) | |
download | vdr-plugin-infosatepg-4623f83447b49830838880320a1fcc9922d00833.tar.gz vdr-plugin-infosatepg-4623f83447b49830838880320a1fcc9922d00833.tar.bz2 |
Fixed processedall status bug
Diffstat (limited to 'infosatepg.h')
-rw-r--r-- | infosatepg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/infosatepg.h b/infosatepg.h index 992369c..eb383f2 100644 --- a/infosatepg.h +++ b/infosatepg.h @@ -20,7 +20,6 @@ private: // Add any member variables or functions you may need here. cGlobalInfosatepg *global; cStatusInfosatepg *statusMonitor; - int numprocessed; int pmac; public: cPluginInfosatepg(void); |