diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:07:31 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:07:31 +0000 |
commit | 6c66596eed3523f50e4a575527753cf0c345ee28 (patch) | |
tree | 1821f9dfdb49b6998470471a3b1c3a1f178b61a4 /libavfilter | |
parent | 9eb36c05df25887c1f70833705d6543d7f7da4dd (diff) | |
download | ffmpeg-6c66596eed3523f50e4a575527753cf0c345ee28.tar.gz |
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
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfiltergraph.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c index 8182c85f0f..649355fb25 100644 --- a/libavfilter/avfiltergraph.c +++ b/libavfilter/avfiltergraph.c @@ -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, }}, |