mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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
This commit is contained in:
parent
9eb36c05df
commit
6c66596eed
@ -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, }},
|
||||
|
Loading…
x
Reference in New Issue
Block a user