summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-08-17 16:53:32 +0200
committerhorchi <vdr@jwendel.de>2020-08-17 16:53:32 +0200
commitd67a088d3052497ad082174c15af311a7f182894 (patch)
treed04e22b1b1e18a60a70d2436191e4da0740848e8 /update.c
parent25ab2b2766b5b49caf7951eef7aa06a0b3dba0db (diff)
downloadvdr-plugin-epg2vdr-d67a088d3052497ad082174c15af311a7f182894.tar.gz
vdr-plugin-epg2vdr-d67a088d3052497ad082174c15af311a7f182894.tar.bz2
2020-08-17: version 1.1.116 (horchi, patch by kfb77)\n - change: Improved match of series\n\n1.1.116
Diffstat (limited to 'update.c')
-rw-r--r--update.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/update.c b/update.c
index 21e43ff..bd67674 100644
--- a/update.c
+++ b/update.c
@@ -2112,10 +2112,7 @@ int cUpdate::cleanupPictures()
useeventsDb->clear();
for (int res = selectAllEvents->find(); res; res = selectAllEvents->fetch())
- {
useIds.insert(useeventsDb->getIntValue("USEID"));
- // tell(0, "DEBUG: insert useid '%ld'", useeventsDb->getIntValue("USEID"));
- }
selectAllEvents->freeResult();
}