From 5dcb6fb22f3f0a8a5b2b9f0aa5479a29d635ddbe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Feb 2020 10:21:23 +1100 Subject: Cleanup: unused enums --- source/blender/makesdna/DNA_gpencil_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 1c2008749b6..8908b3c42d9 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -131,7 +131,7 @@ typedef struct bGPDpalettecolor { /* bGPDpalettecolor->flag */ typedef enum eGPDpalettecolor_Flag { /* color is active */ - PC_COLOR_ACTIVE = (1 << 0), + /* PC_COLOR_ACTIVE = (1 << 0), */ /* UNUSED */ /* don't display color */ PC_COLOR_HIDE = (1 << 1), /* protected from further editing */ -- cgit v1.2.3