Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-02-17 04:12:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-17 04:34:12 +0400
commit20da9353b88ee544c41ada47a2ab76099e78736c (patch)
tree1842d0171ba8a1a203b28df12699439d76f4560f /source/blender/imbuf
parent6c7f9f67fd4fdc792e003f10389de9dbcf3d0114 (diff)
Code cleanup: unused/warnings
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/util.c2
1 files changed, 2 insertions, 0 deletions
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",