diff options
Diffstat (limited to 'recording.h')
-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); |