diff options
Diffstat (limited to 'client/dv1394.h')
-rw-r--r-- | client/dv1394.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/dv1394.h b/client/dv1394.h index 7cea9d0..c7f0711 100644 --- a/client/dv1394.h +++ b/client/dv1394.h @@ -37,7 +37,7 @@ class dv1394 : public frame_stream { public: - dv1394(Info* info, int port = 0, int channel = 63); // 63 is default channel... sucks. + dv1394(int port = 0, int channel = 63); // 63 is default channel... sucks. ~dv1394(); bool connect(); @@ -46,7 +46,6 @@ public: private: raw1394handle_t handle; - Info *info; int port; int channel; }; |