# HG changeset patch # User ramiro # Date 1181683652 0 # Node ID 4b54cd5672aa229f14274312bdd24c4e11842383 # Parent eac986610f471fdfc20732c2ad94f2a480707497 Remove unused declarations diff -r eac986610f47 -r 4b54cd5672aa avformat.h --- a/avformat.h Tue Jun 12 18:50:50 2007 +0000 +++ b/avformat.h Tue Jun 12 21:27:32 2007 +0000 @@ -829,14 +829,6 @@ */ int av_filename_number_test(const char *filename); -/* grab specific */ -int video_grab_init(void); -int audio_init(void); - -/* DV1394 */ -int dv1394_init(void); -int dc1394_init(void); - #ifdef HAVE_AV_CONFIG_H #include "os_support.h"