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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-03-11 15:15:05 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-03-11 15:15:05 +0400
commit5b53a17bfb1b429b6f7bc74ddda9aa952bd5070d (patch)
treee82d5e21ccc1ab51642d9375a566ac6160fa786a /source/blender/imbuf/intern/colormanagement.c
parent28857e8c9efff961f1f526dd247d0c35a0a2b8be (diff)
Colormanagement: Fix issue with colorspaces' description too short, and reduce usage of magic numbers.
Diffstat (limited to 'source/blender/imbuf/intern/colormanagement.c')
-rw-r--r--source/blender/imbuf/intern/colormanagement.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/colormanagement.c b/source/blender/imbuf/intern/colormanagement.c
index c493ecb7b44..10dc517f56a 100644
--- a/source/blender/imbuf/intern/colormanagement.c
+++ b/source/blender/imbuf/intern/colormanagement.c
@@ -71,7 +71,6 @@
/*********************** Global declarations *************************/
-#define MAX_COLORSPACE_NAME 64
#define DISPLAY_BUFFER_CHANNELS 4
/* ** list of all supported color spaces, displays and views */