diff options
author | schmirl <schmirl> | 2010-06-08 05:55:16 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2010-06-08 05:55:16 +0000 |
commit | ebacf759ab61f44701aa3df29fafae69e37af900 (patch) | |
tree | 2be9e1dadc5798dce175f406195d408aea1fdef2 /streamdev-client.h | |
parent | 1a1141e4a1e856bfff37591da1769625bd7a21dc (diff) | |
download | vdr-plugin-streamdev-ebacf759ab61f44701aa3df29fafae69e37af900.tar.gz vdr-plugin-streamdev-ebacf759ab61f44701aa3df29fafae69e37af900.tar.bz2 |
dropped "Synchronize EPG" feature
Modified Files:
HISTORY README streamdev-client.c streamdev-client.h
client/device.c client/setup.c client/setup.h client/socket.c
client/socket.h po/de_DE.po po/fi_FI.po po/fr_FR.po
po/it_IT.po po/lt_LT.po po/ru_RU.po po/sk_SK.po
Diffstat (limited to 'streamdev-client.h')
-rw-r--r-- | streamdev-client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/streamdev-client.h b/streamdev-client.h index ecf4579..97af4dd 100644 --- a/streamdev-client.h +++ b/streamdev-client.h @@ -1,5 +1,5 @@ /* - * $Id: streamdev-client.h,v 1.1 2004/12/30 22:43:59 lordjaxom Exp $ + * $Id: streamdev-client.h,v 1.2 2010/06/08 05:55:16 schmirl Exp $ */ #ifndef VDR_STREAMDEVCLIENT_H @@ -19,7 +19,6 @@ public: virtual const char *Version(void) { return VERSION; } virtual const char *Description(void); virtual bool Start(void); - virtual void Housekeeping(void); virtual const char *MainMenuEntry(void); virtual cOsdObject *MainMenuAction(void); virtual cMenuSetupPage *SetupMenu(void); |