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>2021-02-09 23:57:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-10 01:29:48 +0300
commit048dd8454cb9c50dc757a4bcbcacecf3fd8966e1 (patch)
tree84e107b48b05d6e0d950e5c0def23d56e742384b /source/blender/editors/gpencil
parent722790e8d23091e776d67c5e27c9719923b2f4c3 (diff)
Cleanup: warning (useless type qualifier)
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/gpencil_fill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c
index f595d0f5b35..72d58b78219 100644
--- a/source/blender/editors/gpencil/gpencil_fill.c
+++ b/source/blender/editors/gpencil/gpencil_fill.c
@@ -88,7 +88,7 @@
#define FILL_DEBUG 0
/* Duplicated: etempFlags */
-const enum {
+enum {
GP_DRAWFILLS_NOSTATUS = (1 << 0), /* don't draw status info */
GP_DRAWFILLS_ONLY3D = (1 << 1), /* only draw 3d-strokes */
};