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 /client/setup.h | |
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 'client/setup.h')
-rw-r--r-- | client/setup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/setup.h b/client/setup.h index 23b7432..a9ca9e4 100644 --- a/client/setup.h +++ b/client/setup.h @@ -1,5 +1,5 @@ /* - * $Id: setup.h,v 1.4.2.2 2009/09/18 10:41:11 schmirl Exp $ + * $Id: setup.h,v 1.4.2.3 2010/06/08 05:56:15 schmirl Exp $ */ #ifndef VDR_STREAMDEV_SETUPCLIENT_H @@ -16,7 +16,6 @@ struct cStreamdevClientSetup { char RemoteIp[20]; int RemotePort; int StreamFilters; - int SyncEPG; int HideMenuEntry; int MinPriority; int MaxPriority; |