summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-22 16:51:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-22 16:51:19 +0100
commit4146ac1928fc5a60456bb43dccce352b984e57a3 (patch)
tree7419decf6f2b929782fd847e4b37f7498620e130 /HISTORY
parent4f65416bd16b9dfd0f4b9939070e8cf3a65646b3 (diff)
downloadvdr-4146ac1928fc5a60456bb43dccce352b984e57a3.tar.gz
vdr-4146ac1928fc5a60456bb43dccce352b984e57a3.tar.bz2
Removed an unused variable from cTimer::GetWDayFromMDay()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8bb77e92..27a905ba 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3159,3 +3159,8 @@ Video Disk Recorder Revision History
- Fixed toggling the "Day" item in the "Timers" menu, so that it selects the
right day of week for timers in the future.
- Some improvements to cPoller (thanks to Marco Schlüßler).
+
+2004-11-22: Version 1.3.18
+
+- Removed an unused variable from cTimer::GetWDayFromMDay() (thanks to Wayne Keer
+ for reporting this one).