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-04-13 14:43:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-04-13 14:43:07 +0300
commit8c2c49ff9f992e1d7f507118fdeb7be86975346f (patch)
treefe997b7a0443bb355a434d70691a73b8154b9cd0 /source/blender/editors/io/io_gpencil.h
parent1534da457efcd52d06b2a9c8a488fe26224974b5 (diff)
Cleanup: redundant struct declarations
Diffstat (limited to 'source/blender/editors/io/io_gpencil.h')
-rw-r--r--source/blender/editors/io/io_gpencil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/io/io_gpencil.h b/source/blender/editors/io/io_gpencil.h
index 98cb8b13310..b347be00412 100644
--- a/source/blender/editors/io/io_gpencil.h
+++ b/source/blender/editors/io/io_gpencil.h
@@ -27,7 +27,6 @@
struct ARegion;
struct bContext;
struct View3D;
-struct wmOperator;
struct wmOperatorType;
void WM_OT_gpencil_import_svg(struct wmOperatorType *ot);