diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-19 21:25:10 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 21:50:12 +0200 |
commit | 7dfe244fbd9a3c0a24cac441a4ec777da8f3a666 (patch) | |
tree | 7a076c8072ed8b6cb55016b7d56108cbf51f624f /libswscale/utils.c | |
parent | 975c27340528b9e053a7ae9b63b764984e91941c (diff) | |
download | ffmpeg-7dfe244fbd9a3c0a24cac441a4ec777da8f3a666.tar.gz |
sws: remove disabled cruft.
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r-- | libswscale/utils.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c index bf61dfdcc4..7ca3cd4583 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -1440,13 +1440,6 @@ void sws_printVec2(SwsVector *a, AVClass *log_ctx, int log_level) } } -#if LIBSWSCALE_VERSION_MAJOR < 1 -void sws_printVec(SwsVector *a) -{ - sws_printVec2(a, NULL, AV_LOG_DEBUG); -} -#endif - void sws_freeVec(SwsVector *a) { if (!a) return; |