summaryrefslogtreecommitdiff
path: root/epgfixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgfixer.c')
-rw-r--r--epgfixer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epgfixer.c b/epgfixer.c
index 889f929..ecf3a40 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -146,7 +146,6 @@ bool cPluginEpgfixer::SetupParse(const char *Name, const char *Value)
{
// Parse your own setup parameters and store their values.
cString m_ProcessedArgs;
- // Parse your own setup parameters and store their values.
const char *pt;
if (*m_ProcessedArgs && NULL != (pt = strstr(m_ProcessedArgs + 1, Name)) &&
*(pt - 1) == ' ' && *(pt + strlen(Name)) == ' ') {