summaryrefslogtreecommitdiff
path: root/client/device.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 /client/device.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 'client/device.c')
-rw-r--r--client/device.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/device.c b/client/device.c
index 551d7c2..d53bde1 100644
--- a/client/device.c
+++ b/client/device.c
@@ -1,5 +1,5 @@
/*
- * $Id: device.c,v 1.25 2010/02/17 12:39:03 schmirl Exp $
+ * $Id: device.c,v 1.26 2010/06/08 05:55:17 schmirl Exp $
*/
#include "client/device.h"
@@ -33,9 +33,6 @@ cStreamdevDevice::cStreamdevDevice(void) {
m_Device = this;
m_Pids = 0;
m_DvrClosed = true;
-
- if (StreamdevClientSetup.SyncEPG)
- ClientSocket.SynchronizeEPG();
}
cStreamdevDevice::~cStreamdevDevice() {