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>2014-02-04 00:11:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-04 00:20:19 +0400
commit76543574bc2902dc846582efbb5eab4ad68094e1 (patch)
tree0ceedc9d0c0ad902a64b40ee48357a616863048c /source/blender/editors/sculpt_paint
parent4b07579cd49817e536e81a53ee66e7c4919e5aac (diff)
Code cleanup: declarations for removed functions
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index 57eaa454621..8d3efd0003a 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -256,7 +256,6 @@ typedef enum {
} PaintMaskFloodMode;
void PAINT_OT_mask_flood_fill(struct wmOperatorType *ot);
-void PAINT_OT_mask_box_fill(struct wmOperatorType *ot);
void PAINT_OT_mask_lasso_gesture(struct wmOperatorType *ot);
#endif /* __PAINT_INTERN_H__ */