summaryrefslogtreecommitdiff
path: root/client/dvfile.h
diff options
context:
space:
mode:
authordeva <deva>2006-03-07 10:37:59 +0000
committerdeva <deva>2006-03-07 10:37:59 +0000
commit1390ddfe6afe41dba141f8170f9b277573ebe8cd (patch)
treefd6861f3eab3a4721f2445540279a8223d7cd1a3 /client/dvfile.h
parent19ade36987f86c9b4cd4c5ec3fc6c499205c61ec (diff)
*** empty log message ***
Diffstat (limited to 'client/dvfile.h')
-rw-r--r--client/dvfile.h3
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;
};