diff options
author | schmirl <schmirl> | 2010-06-08 05:56:14 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2010-06-08 05:56:14 +0000 |
commit | a43455f660040140fcfd9401ceb81f1e13f8bd7d (patch) | |
tree | 88dfdd007f21aa3103f9b97b3968b11f12cbd1ec /streamdev-client.c | |
parent | fc99a72467ec2a284b4242dcf9dc90689a295a99 (diff) | |
download | vdr-plugin-streamdev-a43455f660040140fcfd9401ceb81f1e13f8bd7d.tar.gz vdr-plugin-streamdev-a43455f660040140fcfd9401ceb81f1e13f8bd7d.tar.bz2 |
dropped "Synchronize EPG" feature
Modified Files:
Tag: v0_4
HISTORY README i18n.c streamdev-client.c streamdev-client.h
client/device.c client/setup.c client/setup.h client/socket.c
client/socket.h
Diffstat (limited to 'streamdev-client.c')
-rw-r--r-- | streamdev-client.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/streamdev-client.c b/streamdev-client.c index 340ff52..87afdf3 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.5 2008/04/07 14:50:32 schmirl Exp $ + * $Id: streamdev-client.c,v 1.5.2.1 2010/06/08 05:56:14 schmirl Exp $ */ #include "streamdev-client.h" @@ -36,11 +36,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; } |