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-01-04 04:42:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-04 09:38:11 +0300
commitdfbda59a66bf15827ed127e61c0cbb4de5563db6 (patch)
tree425410c03a41efeb9fab5e4763b1b56d40729616 /source/blender/editors/include/ED_util.h
parentf03c25bda8127ea3f7d16a0afd649daec0118bbc (diff)
Cleanup: redundant struct declarations
Diffstat (limited to 'source/blender/editors/include/ED_util.h')
-rw-r--r--source/blender/editors/include/ED_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 54e2b3ba501..073186f6335 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -31,7 +31,6 @@ extern "C" {
struct Main;
struct bContext;
-struct wmOperatorType;
/* ed_util.c */
void ED_editors_init_for_undo(struct Main *bmain);