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>2020-03-14 07:34:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-14 07:39:59 +0300
commit117ccb56ad7a7047b335de9bb5d6ea6e0acf3133 (patch)
tree8c57a704d3fae23974c5b1c8cf7ac4596b24b679 /source/blender/makesdna/DNA_gpencil_types.h
parent4b38eac4daebe58ed6acf6a6824274d47747dbac (diff)
Cleanup: remove unused ARegion from bGPdata_Runtime
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 6059df6f886..909d65fb5ed 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -28,7 +28,6 @@
#include "DNA_ID.h"
#include "DNA_brush_types.h"
-struct ARegion;
struct AnimData;
struct MDeformVert;
@@ -481,8 +480,6 @@ typedef enum eGPLayerBlendModes {
/* Runtime temp data for bGPdata */
typedef struct bGPdata_Runtime {
- /** Last region where drawing was originated. */
- struct ARegion *ar;
/** Stroke buffer. */
void *sbuffer;
/** Temp batches cleared after drawing. */