summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-03-09 13:03:35 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-03-09 13:03:35 +0100
commitdb1ca2c854fedccd2402dfd10f3d166d4a73240d (patch)
tree067fb49016c5a1c353f28fe57b3fa6359bb2bec8 /HISTORY
parenta9f1297022319c97e16f6d904254a6d0bae4442e (diff)
downloadvdr-db1ca2c854fedccd2402dfd10f3d166d4a73240d.tar.gz
vdr-db1ca2c854fedccd2402dfd10f3d166d4a73240d.tar.bz2
Removed an unnecessary assignment from cMenuRecordings::~cMenuRecordings()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 79986831..eadfd0cb 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8217,3 +8217,4 @@ Video Disk Recorder Revision History
taken into account when regenerating the index of a recording.
- Fixed adding new source types in case they are already registered (reported by Rolf
Ahrenberg).
+- Removed an unnecessary assignment from cMenuRecordings::~cMenuRecordings().