summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
Diffstat (limited to 'update.h')
-rw-r--r--update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.h b/update.h
index 2032569..4e0e0e2 100644
--- a/update.h
+++ b/update.h
@@ -197,7 +197,6 @@ class cUpdate : public cThread, public cStatus, public cParameters
int lookupVdrEventOf(int eId, const char* cId);
int storePicturesToFs();
int cleanupPictures();
- int pictureLinkNeeded(const char* linkName);
int getOsd2WebPort();
tChannelID toChanID(const char* chanIdStr)
@@ -285,6 +284,7 @@ class cUpdate : public cThread, public cStatus, public cParameters
cDbStatement* selectMasterVdr;
cDbStatement* selectAllImages;
cDbStatement* selectUpdEvents;
+ cDbStatement* selectAllEvents {nullptr};
cDbStatement* selectEventById;
cDbStatement* selectAllChannels;
cDbStatement* selectChannelById;