summaryrefslogtreecommitdiff
path: root/streamdev-client.c
diff options
context:
space:
mode:
authorschmirl <schmirl>2010-06-08 05:55:16 +0000
committerschmirl <schmirl>2010-06-08 05:55:16 +0000
commitebacf759ab61f44701aa3df29fafae69e37af900 (patch)
tree2be9e1dadc5798dce175f406195d408aea1fdef2 /streamdev-client.c
parent1a1141e4a1e856bfff37591da1769625bd7a21dc (diff)
downloadvdr-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.c')
-rw-r--r--streamdev-client.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/streamdev-client.c b/streamdev-client.c
index bc9403c..9a6b4a7 100644
--- a/streamdev-client.c
+++ b/streamdev-client.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: streamdev-client.c,v 1.6 2008/04/08 14:18:15 schmirl Exp $
+ * $Id: streamdev-client.c,v 1.7 2010/06/08 05:55:16 schmirl Exp $
*/
#include "streamdev-client.h"
@@ -32,11 +32,6 @@ bool cPluginStreamdevClient::Start(void) {
return true;
}
-void cPluginStreamdevClient::Housekeeping(void) {
- if (StreamdevClientSetup.StartClient && StreamdevClientSetup.SyncEPG)
- ClientSocket.SynchronizeEPG();
-}
-
const char *cPluginStreamdevClient::MainMenuEntry(void) {
return StreamdevClientSetup.StartClient && !StreamdevClientSetup.HideMenuEntry ? tr("Suspend Server") : NULL;
}