diff options
Diffstat (limited to 'client/dv1394.cc')
-rw-r--r-- | client/dv1394.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/dv1394.cc b/client/dv1394.cc index ea32f7a..e463c54 100644 --- a/client/dv1394.cc +++ b/client/dv1394.cc @@ -24,14 +24,10 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <config.h> #include "dv1394.h" -#ifdef USE_GUI - #include "dv.h" - #include <stdlib.h> #include <memory.h> #include <stdio.h> @@ -171,4 +167,3 @@ unsigned char *dv1394::readFrame() return ptr; } -#endif/*USE_GUI*/ |