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:
authorBrecht Van Lommel <brecht@blender.org>2022-03-22 02:59:36 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-03-22 03:30:19 +0300
commit9cf40eee4bd1859ac0968e3988ed0c252eab446e (patch)
tree21e16761c523d5d6f0c3c60991864abdeedafd3b /source/blender/imbuf/intern/openexr/openexr_multi.h
parentfab14f78542ca040cc1606dbd33a4db6aea5976a (diff)
Fix build error when WITH_OPENEXR=OFF, after recent refactor
Diffstat (limited to 'source/blender/imbuf/intern/openexr/openexr_multi.h')
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_multi.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_multi.h b/source/blender/imbuf/intern/openexr/openexr_multi.h
index 32a06a50c12..f5a2f983b18 100644
--- a/source/blender/imbuf/intern/openexr/openexr_multi.h
+++ b/source/blender/imbuf/intern/openexr/openexr_multi.h
@@ -105,13 +105,6 @@ void IMB_exr_add_view(void *handle, const char *name);
bool IMB_exr_has_multilayer(void *handle);
-void IMB_exr_channel_name(char *fullname,
- const char *layname,
- const char *passname,
- const char *viewname,
- const char *chan_id,
- const int channel);
-
#ifdef __cplusplus
} /* extern "C" */
#endif