diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-03-29 15:50:22 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-03-29 15:50:22 +0200 |
commit | 6ff6db23bfce871b49a28d0906b5acb47b722779 (patch) | |
tree | 39ec278205ceaa2c6e379e279eeaafc917546f96 | |
parent | 2af25bc58e407c3f20fde78a4f6ae8757132ff21 (diff) | |
download | vdr-6ff6db23bfce871b49a28d0906b5acb47b722779.tar.gz vdr-6ff6db23bfce871b49a28d0906b5acb47b722779.tar.bz2 |
Removed a wrong comment
-rw-r--r-- | recording.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recording.h b/recording.h index c5052044..abcaf4d5 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 4.8 2018/02/13 08:44:19 kls Exp $ + * $Id: recording.h 4.9 2020/03/29 15:50:22 kls Exp $ */ #ifndef __RECORDING_H @@ -254,8 +254,6 @@ public: ///< Touches the '.update' file in the video directory, so that other ///< instances of VDR that access the same video directory can be triggered ///< to update their recordings list. - ///< This function is 'const', because it doesn't actually modify the list - ///< of recordings. static bool NeedsUpdate(void); void ResetResume(const char *ResumeFileName = NULL); void ClearSortNames(void); |