summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-06-09 09:12:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-06-09 09:12:25 +0200
commit9686a9b474ece6748bad7bb93f8e091134e27be8 (patch)
tree0e551472c0188c64538f97d89f80a4b7128d8470 /HISTORY
parent0f6265a97fcdfe2b5eb8b46eeac04c63e3379118 (diff)
downloadvdr-9686a9b474ece6748bad7bb93f8e091134e27be8.tar.gz
vdr-9686a9b474ece6748bad7bb93f8e091134e27be8.tar.bz2
Removed unused declaration of cDvbTuner::SetFrontendType()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3b2cb769..ea379e86 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9706,7 +9706,7 @@ Video Disk Recorder Revision History
order to restore this functionality. However, it is recommended to use the function
with the TimerActive parameter instead.
-2021-06-08:
+2021-06-09:
- cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const'
(suggested by Christoph Haubrich).
@@ -9717,3 +9717,4 @@ Video Disk Recorder Revision History
- No longer permanently looping through PMT PIDs, which caused problems with some
SatIP receivers (reported by André Weidemann; with help from Helmut Binder).
- Fixed flushing old data from the section handler (thanks to Helmut Binder).
+- Removed unused declaration of cDvbTuner::SetFrontendType() (thanks to Helmut Binder).