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:
authorSergey Sharybin <sergey@blender.org>2022-03-18 12:34:06 +0300
committerSergey Sharybin <sergey@blender.org>2022-03-18 12:34:06 +0300
commitc7954d5904c63c3d313d32a5efe6d1e09e4c4eda (patch)
tree39a75538f2ffe1151005cdf435054e25128f9729 /source/blender/editors/include
parent578c2f117a9ed97753b46c39098da9db727a452c (diff)
Cleanup: Remove unused function
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_mask.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_mask.h b/source/blender/editors/include/ED_mask.h
index bc01f76f20d..7039d6d9fc7 100644
--- a/source/blender/editors/include/ED_mask.h
+++ b/source/blender/editors/include/ED_mask.h
@@ -63,7 +63,6 @@ bool ED_mask_selected_minmax(const struct bContext *C,
/* mask_draw.c */
-void ED_mask_draw(const struct bContext *C, char draw_flag, char draw_type);
/**
* Sets up the opengl context.
* width, height are to match the values from #ED_mask_get_size().