[Bf-blender-cvs] [b5b414b562f] greasepencil-object: Cleanup: Unused variables

Antonio Vazquez noreply at git.blender.org
Fri Sep 27 23:36:55 CEST 2019


Commit: b5b414b562f0dddf96ce0be5b6eba291480e6bdf
Author: Antonio Vazquez
Date:   Fri Sep 27 23:32:35 2019 +0200
Branches: greasepencil-object
https://developer.blender.org/rBb5b414b562f0dddf96ce0be5b6eba291480e6bdf

Cleanup: Unused variables

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

M	source/blender/makesdna/DNA_gpencil_modifier_types.h
M	source/blender/makesdna/DNA_gpencil_types.h

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

diff --git a/source/blender/makesdna/DNA_gpencil_modifier_types.h b/source/blender/makesdna/DNA_gpencil_modifier_types.h
index 7dfccb0ac08..7d407dc85bc 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_types.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_types.h
@@ -640,11 +640,4 @@ typedef struct ArmatureGpencilModifierData {
 
 } ArmatureGpencilModifierData;
 
-typedef enum eStrokeGpencil_Flag { /* emm what are these for */
-                                   GP_STROKE_INVERT_LAYER = (1 << 0),
-                                   GP_STROKE_INVERT_PASS = (1 << 1),
-                                   GP_STROKE_KEEP_ONTOP = (1 << 2),
-                                   GP_STROKE_INVERT_LAYERPASS = (1 << 3),
-} eStrokeGpencil_Flag;
-
 #endif /* __DNA_GPENCIL_MODIFIER_TYPES_H__ */
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 2cedef37713..6d5b9f04a00 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -94,8 +94,6 @@ typedef enum eGPDspoint_Flag {
   GP_SPOINT_TAG = (1 << 1),
   /* stroke point is temp tagged (for some editing operation) */
   GP_SPOINT_TEMP_TAG = (1 << 2),
-  /* stroke tag for feature point when resampling */
-  GP_SPOINT_TAG_FEATURE = (1 << 3),
 } eGPSPoint_Flag;
 
 /* ***************************************** */
@@ -297,7 +295,6 @@ typedef enum eGPDframe_Flag {
   GP_FRAME_PAINT = (1 << 0),
   /* for editing in Action Editor */
   GP_FRAME_SELECT = (1 << 1),
-  GP_FRAME_LANPR_CLEARED = (1 << 2),
 } eGPDframe_Flag;
 
 /* ***************************************** */



More information about the Bf-blender-cvs mailing list