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>2016-06-22 02:50:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-06-22 02:50:53 +0300
commit435fa9a015c8e1396ff2b7f72e2b83f1b8867790 (patch)
tree1d4bea42f1978cca121405febfe95bd37ffde438 /source/blender/makesdna/DNA_space_types.h
parente0f314d750fcafb00eb5ab5286ba89323f6f88cd (diff)
Cleanup: remove unused Image space curves
Caused leaks reading old files, was read/written but not freed, remove since its unused.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 46b7d717991..9c177cdddd1 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -875,8 +875,6 @@ typedef struct SpaceImage {
struct Image *image;
struct ImageUser iuser;
- struct CurveMapping *cumap DNA_DEPRECATED; /* was switched to scene's color management settings */
-
struct Scopes scopes; /* histogram waveform and vectorscope */
struct Histogram sample_line_hist; /* sample line histogram */