diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-20 16:47:09 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-20 16:47:09 +0100 |
commit | 305abd449f33d3885d2167c05f33d3144ee05d15 (patch) | |
tree | 4540162e082ea1224d2c3a9d2ef1e2b6476aa496 /recording.h | |
parent | fd839aae7b0a443db6f0eab59fcc93f03aafd0ba (diff) | |
download | vdr-305abd449f33d3885d2167c05f33d3144ee05d15.tar.gz vdr-305abd449f33d3885d2167c05f33d3144ee05d15.tar.bz2 |
Now using 'ftw()' instead of an external 'find' to collect recordings
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recording.h b/recording.h index c098271a..15a65e06 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.19 2002/01/20 11:35:32 kls Exp $ + * $Id: recording.h 1.20 2002/01/20 16:05:24 kls Exp $ */ #ifndef __RECORDING_H @@ -29,7 +29,6 @@ public: }; class cRecording : public cListObject { - friend class cRecordings; private: int resume; char *titleBuffer; |