vdr-addon: remove epgdata.com setup options as they are useless

This commit is contained in:
Henk Wiedig 2013-04-29 06:12:07 +02:00 committed by Stefan Saraev
parent 101541ad69
commit 3fc9d016cc
2 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,6 @@
<string id="1043">control: listen on port</string>
<string id="1044">Enable plugin: epgsearch</string>
<string id="1045">Enable plugin: xmltv2vdr</string>
<string id="1046">Enable epgdata.com</string>
<string id="1047">epgdata.com PIN</string>
<string id="1051">VDR Configuration</string>
<string id="1052">VDR Video Dir</string>
<string id="1053">PVR plugin</string>

View File

@ -28,8 +28,6 @@
<setting id="ENABLE_ROTORNG" type="bool" label="1041" default="false" />
<setting id="ENABLE_EPGSEARCH" type="bool" label="1044" default="false" />
<setting id="ENABLE_XMLTV2VDR" type="bool" label="1045" default="false" />
<setting id="ENABLE_EPGDATA" type="bool" label="1046" default="false" />
<setting id="EPGDATA_PIN" type="number" label="1047" values="" enable="!eq(-1,false)" default="1234"/>
<setting type="sep" />
<setting id="ENABLE_SOFTCAM" type="bool" label="1036" default="true" />
<setting id="SOFTCAM_PLUGIN" type="labelenum" label="1037" values="sc|dvbapi" enable="!eq(-1,false)" default="sc" />