summaryrefslogtreecommitdiff
path: root/ttools.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-23 18:43:07 +0100
committerhorchi <vdr@jwendel.de>2017-03-23 18:43:07 +0100
commitea3f8c5d050192b06cab9eaf70e19b544c09b8c5 (patch)
treeae50c481e279be57bf396cb35ca2167c4e71ac24 /ttools.h
parent4ce37758aa8e7ff1faea6aea5d19c953f89247b7 (diff)
downloadvdr-plugin-epg2vdr-1.1.54.tar.gz
vdr-plugin-epg2vdr-1.1.54.tar.bz2
2017-03-22 version 1.1.53 (horchi)\n - change: Removed old patches for vdr < 2.2.0\n - added: Patch to extend cEvent with aux field like cTimer\n - change: Moved user defines from Makefile to Make.config\n\n1.1.54
Diffstat (limited to 'ttools.h')
-rw-r--r--ttools.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ttools.h b/ttools.h
index 9ee7171..07f9382 100644
--- a/ttools.h
+++ b/ttools.h
@@ -37,9 +37,6 @@ int updateRowByTimer(cDbRow* timerDb, const cTimer* t);
cEpgTimer* newTimerObjectFromRow(cDbRow* timerRow, cDbRow* vdrRow);
int updateTimerObjectFromRow(cTimer* timer, cDbRow* timerRow, const cEvent* event);
-int enrichEvent(cEpgEvent* event, cDbTable* table, cDbStatement* select);
-cEpgEvent* createEventCopy(const cEvent* event);
-
//***************************************************************************
#endif // _TTOOLS_H_