Commit: 35a6e540b172cf351da34715b8ad2e0bebc92d44
Author: Antonioya
Date:   Sat Aug 13 16:59:53 2016 +0200
Branches: master
https://developer.blender.org/rB35a6e540b172cf351da34715b8ad2e0bebc92d44

GPencil: Cleanup code

===================================================================

M       source/blender/makesdna/DNA_gpencil_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_gpencil_types.h 
b/source/blender/makesdna/DNA_gpencil_types.h
index f154605..773d203 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 */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to