From 20da9353b88ee544c41ada47a2ab76099e78736c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 17 Feb 2014 11:12:39 +1100 Subject: Code cleanup: unused/warnings --- source/blender/imbuf/intern/util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c index 12dfcc3a791..7efd0223368 100644 --- a/source/blender/imbuf/intern/util.c +++ b/source/blender/imbuf/intern/util.c @@ -119,6 +119,7 @@ const char *imb_ext_image_qt[] = { NULL }; +#if 0 /* UNUSED */ const char *imb_ext_movie_qt[] = { ".avi", ".flc", @@ -129,6 +130,7 @@ const char *imb_ext_movie_qt[] = { ".mv", NULL }; +#endif const char *imb_ext_movie[] = { ".avi", -- cgit v1.2.3