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
path: root/source
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2016-08-13 17:59:53 +0300
committerAntonioya <blendergit@gmail.com>2016-08-13 18:09:19 +0300
commit35a6e540b172cf351da34715b8ad2e0bebc92d44 (patch)
tree78d4204da09bc78c821aed2cfb75023f6eae7960 /source
parentc395d044fcce02321f1689b8b025369fb2dbd6a6 (diff)
GPencil: Cleanup code
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index f1546053c5c..773d203bdb3 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -298,9 +298,8 @@ typedef struct bGPdata {
char pad[6]; /* padding for compiler alignment error */
short sflag; /* settings for palette color */
- /* saved paletes and brushes */
+ /* saved palettes */
ListBase palettes;
- //ListBase brushes;
} bGPdata;
/* bGPdata->flag */