diff options
author | deva <deva> | 2006-03-07 10:37:59 +0000 |
---|---|---|
committer | deva <deva> | 2006-03-07 10:37:59 +0000 |
commit | 1390ddfe6afe41dba141f8170f9b277573ebe8cd (patch) | |
tree | fd6861f3eab3a4721f2445540279a8223d7cd1a3 /client/dvfile.h | |
parent | 19ade36987f86c9b4cd4c5ec3fc6c499205c61ec (diff) |
*** empty log message ***
Diffstat (limited to 'client/dvfile.h')
-rw-r--r-- | client/dvfile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/dvfile.h b/client/dvfile.h index dc91a14..72d4bec 100644 --- a/client/dvfile.h +++ b/client/dvfile.h @@ -38,13 +38,12 @@ class dvfile : public frame_stream { public: - dvfile(Info* info); + dvfile(); ~dvfile(); unsigned char *readFrame(); private: - Info* info; FILE* fp; }; |