Cleanup: remove public unused function.

This commit is contained in:
2020-07-13 14:15:57 +02:00
parent 9c9eb03d78
commit 03c8b048a1
3 changed files with 3 additions and 11 deletions

View File

@@ -347,7 +347,6 @@ bool ED_operator_info_active(struct bContext *C);
bool ED_operator_console_active(struct bContext *C);
bool ED_operator_object_active(struct bContext *C);
bool ED_operator_object_active_editable_ex(struct bContext *C, const Object *ob);
bool ED_operator_object_active_editable(struct bContext *C);
bool ED_operator_object_active_editable_mesh(struct bContext *C);
bool ED_operator_object_active_editable_font(struct bContext *C);