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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-02-19 17:38:36 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-02-19 17:38:36 +0400
commitf5bdd591e989b7c99509473cdff1053e456f78b3 (patch)
tree25206881f2b9eb23c999d52d651b2a0ea6119fe5
parente3b2df5806037d5c466dd01c54ffb3fb53d2ab1c (diff)
Remove define which is not actually needed and could have been
conflicted with one from IMB_colormanagement.h
-rw-r--r--source/blender/imbuf/intern/IMB_colormanagement_intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/IMB_colormanagement_intern.h b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
index ba9e20ac411..e2a8e1e3442 100644
--- a/source/blender/imbuf/intern/IMB_colormanagement_intern.h
+++ b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
@@ -33,8 +33,6 @@
#include "DNA_listBase.h"
-#define BCM_CONFIG_FILE "config.ocio"
-
struct OCIO_ConstProcessorRcPtr;
struct ImBuf;