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>2015-03-19 22:07:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-19 22:08:38 +0300
commit81472aff2be5a8059e046436b4d1810659032716 (patch)
treefeb17572be55e29d82af3c67eca7f76a6f605623 /source/blender/makesdna/DNA_brush_types.h
parenteee538f0d262a430cc622bfe17eef7dba9b251c7 (diff)
Remove deleted list for palette colors
was used because of UI memory access only.
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 89c8316002b..dd66acf2781 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -151,7 +151,6 @@ typedef struct Palette
/* pointer to individual colours */
ListBase colors;
- ListBase deleted;
int active_color;
int pad;