diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-03-14 13:27:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-03-14 13:27:57 +0100 |
commit | 07dc53331e62b29cc7659a23de4d7348f4788bd7 (patch) | |
tree | fec0a02cb25213ba171ea5646db88891fa1b1ea8 /HISTORY | |
parent | 510a205c31f6e39171e85e2704cca8e9404c99bf (diff) | |
download | vdr-07dc53331e62b29cc7659a23de4d7348f4788bd7.tar.gz vdr-07dc53331e62b29cc7659a23de4d7348f4788bd7.tar.bz2 |
Removed cSchedule::GetEventNumber() and cSchedule::NumEvents()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2739,3 +2739,5 @@ Video Disk Recorder Revision History - Fixed detecting the running status in case an empty EPG event is broadcast (thanks to Michael Pennewiß for pointing this out). - Improved performance when paging through very long menu lists. +- Removed cSchedule::GetEventNumber() and cSchedule::NumEvents(). There is now + cSchedule::Events() that returns the list of events directly. |