summaryrefslogtreecommitdiff
path: root/ttools.h
diff options
context:
space:
mode:
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_