Commit 6c66596e authored by Vitor Sessak's avatar Vitor Sessak

Remove useless empty functions

Commited in SoC by Vitor Sessak on 2007-11-04 17:20:17

Originally committed as revision 12707 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9eb36c05
......@@ -184,7 +184,6 @@ static AVFilter vf_graph_dummy =
.priv_size = sizeof(GraphLinkContext),
.init = link_init,
//.uninit = uninit,
.inputs = (AVFilterPad[]) {{ .name = NULL, }},
.outputs = (AVFilterPad[]) {{ .name = NULL, }},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment