mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed a wrong comment
This commit is contained in:
parent
2af25bc58e
commit
6ff6db23bf
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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
|
#ifndef __RECORDING_H
|
||||||
@ -254,8 +254,6 @@ public:
|
|||||||
///< Touches the '.update' file in the video directory, so that other
|
///< Touches the '.update' file in the video directory, so that other
|
||||||
///< instances of VDR that access the same video directory can be triggered
|
///< instances of VDR that access the same video directory can be triggered
|
||||||
///< to update their recordings list.
|
///< to update their recordings list.
|
||||||
///< This function is 'const', because it doesn't actually modify the list
|
|
||||||
///< of recordings.
|
|
||||||
static bool NeedsUpdate(void);
|
static bool NeedsUpdate(void);
|
||||||
void ResetResume(const char *ResumeFileName = NULL);
|
void ResetResume(const char *ResumeFileName = NULL);
|
||||||
void ClearSortNames(void);
|
void ClearSortNames(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user