summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-07-17 11:22:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-07-17 11:22:29 +0200
commitc99e16ec41d48206c1c7e158be91a96c33c36539 (patch)
tree0f9edb833d98dd0ec6f5c888dfa91d56c30e35f6 /recording.h
parent70ea2cbbd1d9b393486c01632716124ca7e55b27 (diff)
downloadvdr-c99e16ec41d48206c1c7e158be91a96c33c36539.tar.gz
vdr-c99e16ec41d48206c1c7e158be91a96c33c36539.tar.bz2
Removed all error messages from cRecordings::ScanVideoDir()
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index 04a1885b..88b90d3b 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 1.30 2004/06/13 15:37:42 kls Exp $
+ * $Id: recording.h 1.31 2004/07/17 11:09:49 kls Exp $
*/
#ifndef __RECORDING_H
@@ -72,7 +72,7 @@ class cRecordings : public cList<cRecording> {
private:
bool deleted;
time_t lastUpdate;
- bool ScanVideoDir(const char *DirName);
+ void ScanVideoDir(const char *DirName);
public:
cRecordings(bool Deleted = false);
bool Load(void);